-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
47 lines (47 loc) · 1.5 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
47
{
"name": "root",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap && lerna run prepublish --stream",
"start": "lerna run prepublish --stream && lerna run start",
"clean": "lerna clean",
"test": "lerna run test --stream",
"coverage": "lerna run coverage --stream",
"build": "lerna run build --stream",
"lint": "eslint \"**/*.{ts,js}\"",
"lint:fix": "eslint --fix \"**/*.{ts,js}\""
},
"devDependencies": {
"@types/chai": "^4.2.7",
"@types/clone": "^0.1.30",
"@types/core-js": "^0.9.43",
"@types/jest": "^24.9.0",
"@types/mongodb": "^3.3.15",
"@types/node": "^8.10.59",
"@types/sinon": "^7.5.1",
"@types/sinon-chai": "^3.2.3",
"@types/uuid": "^3.4.7",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"chai": "^4.1.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-prettier": "^3.1.2",
"lerna": "^3.22.1",
"npm-cli-login": "^0.1.1",
"prettier": "^1.19.1",
"react-dev-utils": "^5.0.2",
"sinon": "^4.1.2",
"sinon-chai": "^2.14.0",
"ts-jest": "^24.3.0",
"ts-node": "^8.6.2",
"tsconfig-paths": "^3.9.0",
"tscpaths": "0.0.9",
"typescript": "^3.7.5",
"yarn": "^1.22.4"
},
"workspaces": [
"packages/*"
]
}