forked from DanmarksAdresser/Dawa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1021 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1021 Bytes
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
{
"name": "DAWA",
"version": "1.24.6",
"private": true,
"devDependencies": {
"@babel/core": "^7.8.4",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-inject": "^4.0.1",
"@rollup/plugin-node-resolve": "^7.1.1",
"bench-rest": "~1.2.4",
"chai": "4.2.0",
"eslint": "^4.19.1",
"gc-stats": "^1.3.0",
"lerna": "^3.14.1",
"mocha": "^6.1.4",
"ncp": "^2.0.0",
"node-sass": "^4.13.1",
"npm-run-all": "^4.1.3",
"request": "2.88.0",
"request-promise": "4.2.4",
"rimraf": "^2.6.2",
"rollup": "^1.31.0",
"rollup-plugin-babel": "^4.3.3",
"xp": "^1.0.1"
},
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "lerna run lint",
"mocha": "lerna run --stream --concurrency=1 mocha",
"initialize-db": "yarn --cwd ./packages/server run prepare-test",
"exec-tests": "run-p -r start-servers mocha",
"test": "run-s lint initialize-db exec-tests",
"start-servers": "yarn --cwd ./packages/server run start-servers"
}
}