forked from improbable-eng/grpc-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 702 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "grpc-web-ci",
"private": true,
"scripts": {
"postinstall": "npm run bootstrap",
"bootstrap": "lerna bootstrap",
"postbootstrap": "lerna run postbootstrap",
"clean": "lerna clean --yes --private && lerna run clean",
"test": "lerna run test",
"test:integration": "cd integration_test && npm run start",
"lint": "tslint -c ./tslint.json ./client/**/*.ts ./integration_test/ts/*.ts ./integration_test/ts/**/*.ts"
},
"author": "Improbable",
"license": "Apache-2.0",
"repository": "github:improbable-eng/grpc-web",
"devDependencies": {
"github-release-cli": "^1.0.1",
"lerna": "^3.4.3",
"tslint": "^5.11.0",
"typescript": "^3.1.6"
}
}