forked from alertlogic/nepal-client-libs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "@al/nepal-client-libs",
"repository": "github:alertlogic/nepal-client-libs",
"scripts": {
"test": "lerna run test",
"build": "lerna run build",
"prebuild": "npm run clean",
"lint": "tslint -p tsconfig.json -c tslint.json",
"clean": "lerna run clean",
"interactive": "npm run build && node -i -e \"const IRISClient = require('./dist/commonjs/index.js').IRISClient;\""
},
"dependencies": {
"@al/core": "^1.0.12",
"@al/sources": "^1.0.0",
"rollup": "^2.6.1"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^7.0.2",
"@types/sinon": "^9.0.0",
"chai": "^4.2.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-mocha": "^1.3.0",
"karma-typescript": "^5.0.2",
"lerna": "^3.20.2",
"mocha": "^6.1.3",
"pixelmatch": "^5.2.0",
"pngjs": "^5.0.0",
"protractor": "^5.4.4",
"rollup-plugin-typescript2": "^0.27.0",
"sinon": "^9.0.2",
"tslint": "^5.12.1",
"tslint-config-airbnb": "^5.11.1",
"typescript": "~3.6.4",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-node-externals": "^1.7.2"
}
}