-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 816 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 816 Bytes
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
{
"name": "@bambus/auth",
"version": "0.1.3",
"description": "Bambus-Plugin for authentification",
"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://git@github.com:piceaTech/bambus-auth.git"
},
"author": "Felix Fichte <dev@spruce.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/piceaTech/bambus-auth/issues"
},
"homepage": "https://github.com/piceaTech/bambus-auth#readme",
"peerDependencies": {
"@bambus/main": "^0.1.0"
},
"devDependencies": {
"debug": "^4.1.0",
"standard-version": "^8.0.1",
"typescript": "^3.1.6"
}
}