forked from ez-elements/ez-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 854 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
{
"name": "ez-elements-repo",
"private": true,
"scripts": {
"build": "lerna run build",
"watch": "lerna run --parallel watch",
"test": "lerna run build && lerna run test",
"test:watch": "lerna run --parallel test:watch",
"format": "prettier --write --single-quote \"*/src/**/*.ts\"",
"postinstall": "npm run bootstrap",
"bootstrap": "lerna bootstrap",
"postbootstrap": "lerna run postbootstrap",
"clean": "lerna clean --yes --private && lerna run clean",
"coveralls": "lerna run coveralls && (cat **/coverage/lcov.info | coveralls)"
},
"author": "Marcus Longmuir",
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^26.0.14",
"coveralls": "^3.1.0",
"jest": "^26.4.2",
"lerna": "^3.22.1",
"prettier": "2.1.2",
"ts-jest": "^26.3.0",
"typescript": "^4.0.2"
}
}