-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.53 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,
"workspaces": [
"Samples/Source/**/*",
"Source/**/*"
],
"scripts": {
"clean": "node ./run-task-on-workspaces.js clean",
"build": "node ./run-task-on-workspaces.js build",
"lint": "node ./run-task-on-workspaces.js lint",
"test": "node ./run-task-on-workspaces.js test",
"ci": "node ./run-task-on-workspaces.js ci",
"publish-version": "node ./run-task-on-workspaces.js publish-version $*"
},
"devDependencies": {
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"concurrently": "5.3.0",
"crossenv": "0.0.2-security",
"edit-json-file": "1.5.0",
"eslint": "7.11.0",
"eslint-config-prettier": "6.12.0",
"eslint-plugin-header": "3.1.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.6.4",
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.5",
"glob": "7.1.6",
"mocha": "8.2.1",
"nodemon": "2.0.6",
"prettier": "2.0.5",
"sinon": "9.0.3",
"sinon-chai": "3.5.0",
"ts-node": "9.0.0",
"typescript": "4.1.3",
"@types/chai": "4.2.14",
"@types/chai-as-promised": "7.1.3",
"@types/mocha": "8.0.4",
"@types/sinon": "9.0.8",
"@types/sinon-chai": "3.2.5",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/parser": "4.25.0"
},
"license": "MIT"
}