forked from improbable-eng/grpc-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 814 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
{
"name": "grpc-web-ci",
"private": true,
"scripts": {
"postinstall": "npm run bootstrap",
"bootstrap": "lerna bootstrap --concurrency 1",
"postbootstrap": "lerna run postbootstrap --concurrency 1",
"clean": "lerna clean --yes --private && lerna run clean",
"test": "lerna run test",
"build:integration": "cd integration_test && npm run build",
"test:integration-browsers:ci": "cd integration_test && npm run start:ci",
"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": "^2.0.0",
"lerna": "^3.22.1",
"tslint": "^6.1.3",
"typescript": "^4.1.3"
}
}