-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "xstate.io",
"version": "1.0.0",
"description": "",
"main": "src/server.js",
"scripts": {
"start": "node src/server.js",
"test": "tap",
"test:all": "nve 13 12 10 8 npm test",
"testw": "npm t -- --watch",
"restart": "pm2 startOrRestart ecosystem.config.js",
"deploy:setup": "pm2 deploy ecosystem.config.js production setup",
"deploy": "pm2 deploy ecosystem.config.js production"
},
"keywords": [],
"author": "Philipp Kursawe <[email protected]> (https://pke.github.io/)",
"license": "MIT",
"dependencies": {
"@koa/cors": "2.2.3",
"@polka/send": "1.0.0-next.7",
"fast-xml-parser": "3.15.0",
"got": "9.6.0",
"http-event-stream": "0.2.0",
"koa": "2.11.0",
"koa-bodyparser": "4.2.1",
"koa-compose": "4.1.0",
"koa-mount": "4.0.0",
"koa-no-trailing-slash": "2.1.0",
"koa-trie-router": "2.1.7",
"pm2": "5.0.0",
"polka": "1.0.0-next.7",
"xstate": "4.6.7",
"youch": "2.0.10"
},
"devDependencies": {
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"eslint": "6.6.0",
"eslint-plugin-node": "10.0.0",
"husky": "3.1.0",
"nve": "8.3.0",
"supertest": "4.0.2",
"tap": "14.10.2"
}
}