UNPKG

1.31 kBJSONView Raw
1{
2 "name": "@akala/server",
3 "version": "3.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 ],
16 "typings": "dist/index.d.ts",
17 "author": "",
18 "license": "MIT",
19 "devDependencies": {
20 "@types/debug": "^4.1.5",
21 "@types/express": "^4.17.1",
22 "@types/express-serve-static-core": "^4.16.9",
23 "@types/form-data": "^2.2.1",
24 "@types/node": "^12.7.5",
25 "@types/on-finished": "^2.3.1",
26 "@types/orchestrator": "^0.3.2",
27 "@types/request": "^2.48.3",
28 "@types/send": "^0.14.5",
29 "@types/ws": "^6.0.3",
30 "@types/xml2js": "^0.4.5",
31 "browserify": "^16.5.0",
32 "longjohn": "^0.2.12"
33 },
34 "dependencies": {
35 "@akala/commands": "^0.2.4",
36 "@akala/core": "^2.0.98",
37 "@akala/json-rpc-ws": "^7.0.2",
38 "body-parser": "^1.18.2",
39 "express": "^4.16.2",
40 "on-finished": "^2.3.0",
41 "orchestrator": "^0.3.8",
42 "routington": "^1.0.3",
43 "send": "^0.17.1",
44 "sequencify": "0.0.7",
45 "source-map-support": "^0.5.13",
46 "underscore": "^1.8.3",
47 "ws": "^7.1.2",
48 "xml2js": "^0.4.22"
49 }
50}