forked from owsas/opensource
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.23 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.23 KB
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
{
"name": "root",
"private": true,
"scripts": {
"test": "npx jest --maxWorkers=2",
"build": "tsc -b",
"build:all": "nx run-many --target=build --all",
"build:since": "nx affected --target=build",
"clean-build": "npm run clean && npm run build",
"update-readme-packages": "ts-node scripts/packages.ts update",
"publish-npm": "lerna publish -- --access public && npm run update-readme-packages",
"clean": "rm -rf *.tsbuildinfo packages/**/dist packages/**/lib packages/**/tsconfig.tsbuildinfo"
},
"devDependencies": {
"@types/jest": "^26.0.10",
"@types/node": "^14.6.0",
"@types/parse": "^2.12.4",
"@types/superagent": "^4.1.9",
"glob": "^7.1.6",
"jest": "^26.4.2",
"js-fire": "^0.7.4",
"lerna": "^4.0.0",
"ts-jest": "^26.2.0",
"ts-node": "^10.0.0",
"tslint": "^6.1.3",
"typescript": "^4.0.2",
"@nrwl/workspace": "latest",
"@nrwl/cli": "latest",
"@nrwl/tao": "latest",
"@nrwl/nx-cloud": "latest"
},
"dependencies": {
"cross-fetch": "^3.0.5",
"delay": "^5.0.0",
"dot-prop": "^6.0.0",
"express": "^4.17.1",
"is": "^3.3.0",
"parse": "^3.2.0",
"parse-server": "^4.3.0",
"printj": "^1.2.2",
"superagent": "^6.0.0"
}
}