-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 962 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
32
33
34
35
36
{
"name": "@bambus/roles",
"version": "0.1.3",
"description": "Bambus Plugin for authorization",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "tsc -d -p ./ --outDir dist/",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/piceaTech/bambus-roles.git"
},
"author": "Felix Fichte <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/piceaTech/bambus-roles/issues"
},
"homepage": "https://github.com/piceaTech/bambus-roles#readme",
"dependencies": {
"deepmerge": "^2.2.1",
"koa": "^2.6.1"
},
"peerDependencies": {
"@bambus/main": "^0.1.7"
},
"devDependencies": {
"@types/koa": "^2.0.46",
"@types/koa-router": "^7.0.33",
"@types/node": "^10.12.3",
"standard-version": "^8.0.1",
"typescript": "^3.1.6"
}
}