aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 10 insertions, 6 deletions
diff --git a/package.json b/package.json
index 3ee935572..2dd6e7666 100644
--- a/package.json
+++ b/package.json
@@ -17,27 +17,30 @@
17 "url": "git://github.com/Chocobozzz/PeerTube.git" 17 "url": "git://github.com/Chocobozzz/PeerTube.git"
18 }, 18 },
19 "scripts": { 19 "scripts": {
20 "build": "scripty", 20 "build": "SCRIPTY_PARALLEL=true scripty",
21 "build:server:prod": "scripty", 21 "build:server": "scripty",
22 "build:client:prod": "scripty", 22 "build:client": "scripty",
23 "clean": "npm run clean:client", 23 "clean": "npm run clean:client",
24 "clean:client": "scripty", 24 "clean:client": "scripty",
25 "clean:server:test": "scripty", 25 "clean:server:test": "scripty",
26 "watch:client": "SCRIPTY_PARALLEL=true scripty", 26 "watch:client": "scripty",
27 "watch:server": "scripty",
27 "danger:clean:dev": "scripty", 28 "danger:clean:dev": "scripty",
28 "danger:clean:prod": "scripty", 29 "danger:clean:prod": "scripty",
29 "danger:clean:modules": "scripty", 30 "danger:clean:modules": "scripty",
30 "reset-password": "scripty", 31 "reset-password": "scripty",
31 "play": "scripty", 32 "play": "scripty",
32 "dev": "scripty", 33 "dev:server": "scripty",
34 "dev:client": "scripty",
33 "start": "node dist/server", 35 "start": "node dist/server",
34 "check": "scripty", 36 "check": "scripty",
35 "upgrade": "scripty", 37 "upgrade": "scripty",
36 "update-host": "scripty", 38 "update-host": "scripty",
37 "test": "scripty", 39 "test": "scripty",
38 "help": "scripty", 40 "help": "scripty",
41 "postinstall": "cd client && yarn install",
39 "tsc": "tsc", 42 "tsc": "tsc",
40 "postinstall": "cd client && yarn install" 43 "nodemon": "nodemon"
41 }, 44 },
42 "dependencies": { 45 "dependencies": {
43 "async": "^2.0.0", 46 "async": "^2.0.0",
@@ -96,6 +99,7 @@
96 "chai": "^3.3.0", 99 "chai": "^3.3.0",
97 "commander": "^2.9.0", 100 "commander": "^2.9.0",
98 "mocha": "^3.0.1", 101 "mocha": "^3.0.1",
102 "nodemon": "^1.11.0",
99 "source-map-support": "^0.4.15", 103 "source-map-support": "^0.4.15",
100 "standard": "^10.0.0", 104 "standard": "^10.0.0",
101 "supertest": "^3.0.0", 105 "supertest": "^3.0.0",