UNPKG

1.53 kBJSONView Raw
1{
2 "name": "@akala/server",
3 "version": "4.0.25",
4 "description": "",
5 "main": "dist/index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 0",
8 "prepublishOnly": "tsc -p .",
9 "snyk-protect": "snyk protect"
10 },
11 "files": [
12 "dist",
13 "src/package.d.ts",
14 "src",
15 "commands.json"
16 ],
17 "typings": "dist/index.d.ts",
18 "author": "",
19 "license": "MIT",
20 "devDependencies": {
21 "@types/debug": "^4.1.5",
22 "@types/express": "^4.17.3",
23 "@types/express-serve-static-core": "^4.17.3",
24 "@types/form-data": "^2.2.1",
25 "@types/node": "^13.9.5",
26 "@types/on-finished": "^2.3.1",
27 "@types/orchestrator": "^0.3.2",
28 "@types/request": "^2.48.3",
29 "@types/send": "^0.14.5",
30 "@types/webpack": "^4.41.8",
31 "@types/ws": "^7.2.3",
32 "@types/xml2js": "^0.4.5",
33 "browserify": "^16.5.0",
34 "longjohn": "^0.2.12"
35 },
36 "dependencies": {
37 "@akala/commands": "^0.6.22",
38 "@akala/core": "^2.1.21",
39 "@akala/json-rpc-ws": "^9.0.16",
40 "body-parser": "^1.18.2",
41 "chokidar": "^3.3.1",
42 "express": "^4.16.2",
43 "on-finished": "^2.3.0",
44 "orchestrator": "^0.3.8",
45 "require-optional": "^0.4.0",
46 "routington": "^1.0.3",
47 "send": "^0.17.1",
48 "sequencify": "0.0.7",
49 "source-map-support": "^0.5.16",
50 "underscore": "^1.9.2",
51 "ws": "^7.2.3",
52 "xml2js": "^0.4.23"
53 },
54 "commands": "./commands.json",
55 "optionalDependencies": {
56 "webpack": "^4.42.1"
57 },
58 "gitHead": "85d48464ebd24914a223c29039e5005cd73f53f9"
59}