-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.15 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
48
49
50
51
52
53
{
"name": "ulla-ecs",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "tsc -p tsconfig.json",
"start": "npm run build && tsc -p tsconfig.json --watch"
},
"keywords": [],
"tsdoc": {
"tsdocFlavor": "AEDoc"
},
"author": "menduz",
"license": "Apache-2.0",
"files": [
"dist",
"types",
"docs",
"LICENSE",
"NOTICE",
"docs-yaml",
"artifacts"
],
"dependencies": {
"@types/express": "^4.17.4",
"@types/glob": "^7.1.1",
"@types/mocha": "^7.0.2",
"@types/ws": "^7.2.3",
"expect": "^25.2.7",
"express": "^4.17.1",
"fp-future": "^1.0.1",
"git-rev-sync": "^2.0.0",
"glob": "^7.1.6",
"isolated-vm": "^3.3.0",
"istanbul-instrumenter-loader": "^3.0.1",
"mocha": "^7.1.1",
"node-fetch": "^2.6.0",
"nyc": "^15.0.1",
"semver": "^7.1.3",
"terser": "^4.6.10",
"titere": "^2.0.3",
"traceur": "0.0.111",
"typescript": "^3.8.3",
"ws": "^7.2.3"
},
"devDependencies": {
"@microsoft/api-documenter": "^7.7.17",
"@microsoft/api-extractor": "^7.7.12",
"@types/fs-extra": "^8.1.0",
"fs-extra": "^9.0.0"
},
"private": true
}