forked from LinusBolls/code-library-perms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 995 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "code-library-perms",
"version": "1.0.2",
"description": "The Permissions-Integer-Based Authorization System of the CODE University of Applied Sciences Library Management System",
"main": "dist/index",
"typings": "dist/index",
"types": "dist/index.d.ts",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest",
"build": "tsc && npm run test",
"prepare": "npm run build",
"prepack": "npm run build",
"start": "node dist",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LinusBolls/code-library-perms.git/"
},
"author": "https://github.com/LinusBolls/",
"license": "ISC",
"bugs": {
"url": "https://github.com/LinusBolls/code-library-perms/issues"
},
"homepage": "https://github.com/LinusBolls/code-library-perms#readme",
"devDependencies": {
"jest": "^27.5.1",
"typescript": "^4.5.5"
}
}