aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-06-16 14:32:15 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-06-16 14:32:15 +0200
commitdf98563e2104b82b119c00a3cd83cd0dc1242d25 (patch)
treea9720bf01bac9ad5646bd3d3c9bc7653617afdad /package.json
parent46757b477c1adb5f98060d15998a3852e18902a6 (diff)
downloadPeerTube-df98563e2104b82b119c00a3cd83cd0dc1242d25.tar.gz
PeerTube-df98563e2104b82b119c00a3cd83cd0dc1242d25.tar.zst
PeerTube-df98563e2104b82b119c00a3cd83cd0dc1242d25.zip
Use typescript standard and lint all files
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/package.json b/package.json
index 095d380bf..ac542c3f9 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,8 @@
41 "postinstall": "cd client && yarn install", 41 "postinstall": "cd client && yarn install",
42 "tsc": "tsc", 42 "tsc": "tsc",
43 "nodemon": "nodemon", 43 "nodemon": "nodemon",
44 "ts-node": "ts-node" 44 "ts-node": "ts-node",
45 "tslint": "tslint"
45 }, 46 },
46 "dependencies": { 47 "dependencies": {
47 "async": "^2.0.0", 48 "async": "^2.0.0",
@@ -76,7 +77,7 @@
76 "scripty": "^1.5.0", 77 "scripty": "^1.5.0",
77 "sequelize": "4.0.0-2", 78 "sequelize": "4.0.0-2",
78 "ts-node": "^3.0.6", 79 "ts-node": "^3.0.6",
79 "typescript": "~2.2.0", 80 "typescript": "^2.3.4",
80 "validator": "^7.0.0", 81 "validator": "^7.0.0",
81 "winston": "^2.1.1", 82 "winston": "^2.1.1",
82 "ws": "^2.0.0" 83 "ws": "^2.0.0"
@@ -94,7 +95,7 @@
94 "@types/morgan": "^1.7.32", 95 "@types/morgan": "^1.7.32",
95 "@types/multer": "^0.0.34", 96 "@types/multer": "^0.0.34",
96 "@types/node": "^7.0.18", 97 "@types/node": "^7.0.18",
97 "@types/request": "^0.0.43", 98 "@types/request": "^0.0.44",
98 "@types/sequelize": "^4.0.55", 99 "@types/sequelize": "^4.0.55",
99 "@types/validator": "^6.2.0", 100 "@types/validator": "^6.2.0",
100 "@types/winston": "^2.3.2", 101 "@types/winston": "^2.3.2",
@@ -107,7 +108,7 @@
107 "standard": "^10.0.0", 108 "standard": "^10.0.0",
108 "supertest": "^3.0.0", 109 "supertest": "^3.0.0",
109 "tslint": "^5.2.0", 110 "tslint": "^5.2.0",
110 "tslint-config-standard": "^5.0.2", 111 "tslint-config-standard": "^6.0.0",
111 "webtorrent": "^0.98.0" 112 "webtorrent": "^0.98.0"
112 }, 113 },
113 "standard": { 114 "standard": {