-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 951 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
{
"name": "@bambus/attribution",
"version": "0.1.4",
"description": "Bambus Plugin for Attributing changes",
"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-attribution.git"
},
"author": "Felix Fichte <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/piceaTech/bambus-attribution/issues"
},
"homepage": "https://github.com/piceaTech/bambus-attribution#readme",
"peerDependencies": {
"@bambus/main": "^0.1.7",
"koa": "^2.6.1",
"sequelize-typescript": "^1.0.0"
},
"devDependencies": {
"@types/koa": "^2.0.46",
"@types/koa-bodyparser": "^5.0.1",
"standard-version": "^8.0.1",
"typescript": "^3.1.6"
}
}