diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-24 11:54:32 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-24 11:54:32 +0100 |
commit | 5e1c08eb94746c44b8b14a12c0937aadb34feb57 (patch) | |
tree | b12dc134fa7c19456c0cc012448a9877c22f5690 /package.json | |
parent | 9ee83eb99e908c6038cbb6501bacfe18d092f0b6 (diff) | |
download | PeerTube-5e1c08eb94746c44b8b14a12c0937aadb34feb57.tar.gz PeerTube-5e1c08eb94746c44b8b14a12c0937aadb34feb57.tar.zst PeerTube-5e1c08eb94746c44b8b14a12c0937aadb34feb57.zip |
Add api doc in html
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 82bf57095..45651a1e5 100644 --- a/package.json +++ b/package.json | |||
@@ -37,9 +37,11 @@ | |||
37 | "update-host": "ts-node ./scripts/update-host.ts", | 37 | "update-host": "ts-node ./scripts/update-host.ts", |
38 | "test": "scripty", | 38 | "test": "scripty", |
39 | "help": "scripty", | 39 | "help": "scripty", |
40 | "generate-api-doc": "scripty", | ||
40 | "parse-log": "ts-node ./scripts/parse-log.ts", | 41 | "parse-log": "ts-node ./scripts/parse-log.ts", |
41 | "postinstall": "cd client && yarn install --pure-lockfile", | 42 | "postinstall": "cd client && yarn install --pure-lockfile", |
42 | "tsc": "tsc", | 43 | "tsc": "tsc", |
44 | "spectacle-docs": "node_modules/spectacle-docs/bin/spectacle.js", | ||
43 | "commander": "commander", | 45 | "commander": "commander", |
44 | "ng": "ng", | 46 | "ng": "ng", |
45 | "nodemon": "nodemon", | 47 | "nodemon": "nodemon", |
@@ -120,6 +122,7 @@ | |||
120 | "mocha": "^5.0.0", | 122 | "mocha": "^5.0.0", |
121 | "nodemon": "^1.11.0", | 123 | "nodemon": "^1.11.0", |
122 | "source-map-support": "^0.5.0", | 124 | "source-map-support": "^0.5.0", |
125 | "spectacle-docs": "^0.9.13", | ||
123 | "standard": "^10.0.0", | 126 | "standard": "^10.0.0", |
124 | "supertest": "^3.0.0", | 127 | "supertest": "^3.0.0", |
125 | "tslint": "^5.7.0", | 128 | "tslint": "^5.7.0", |