-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "@s0me1/musicevents-core",
"version": "1.0.11",
"description": "",
"main": "./lib/index.js",
"scripts": {
"test": "mocha -r ./test-utils ./test/*.spec.ts",
"build": "tsc",
"patch": "npm run build && npm version patch"
},
"files": [
"lib/*",
"src/*",
"*.json",
"*.js"
],
"typings": "./lib/index.d.ts",
"author": "s0me1",
"license": "ISC",
"peerDependencies": {
"axios": "^0.18.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/chai": "^4.1.4",
"@types/chai-as-promised": "^7.1.0",
"@types/mocha": "^5.2.5",
"@types/node": "^10.11.3",
"@types/sinon-chai": "^3.2.0",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"jsdom": "^12.1.0",
"mocha": "^5.2.0",
"sinon": "^6.3.3",
"sinon-chai": "^3.2.0",
"ts-babel-node": "git+https://github.com/enekesabel/ts-babel-node.git",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.0",
"typescript": "^3.0.3"
}
}