Skip to content

Commit 7728bfc

Browse files
committed
Added typedoc to dev deps, added script.
1 parent 98296a6 commit 7728bfc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/bitcore-node/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"scripts": {
1919
"start": "npm run tsc && node build/server.js",
2020
"debug": "npm run tsc && node --inspect build/server.js --DEBUG true",
21-
"tsc": "./node_modules/.bin/tsc",
21+
"tsc": "$(npm bin)/tsc",
22+
"doc": "$(npm bin)/typedoc",
2223
"tsc:test": "./node_modules/.bin/tsc -p ./tsconfig.test.json",
2324
"test": "npm run tsc:test && node ./build-test/test/runners/unit.js && node ./build-test/test/runners/integration.js",
2425
"test:unit": "npm run tsc:test && node ./build-test/test/runners/unit.js",
@@ -50,6 +51,7 @@
5051
"mocha": "^5.0.5",
5152
"sinon": "^4.4.8",
5253
"supertest": "^3.0.0",
54+
"typedoc": "^0.11.1",
5355
"typescript": "^2.8.3"
5456
},
5557
"dependencies": {

0 commit comments

Comments
 (0)