1
Showing
gulpfile.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
... | @@ -6,7 +6,8 @@ | ... | @@ -6,7 +6,8 @@ |
"types": "dist/index.d.ts", | "types": "dist/index.d.ts", | ||
"scripts": { | "scripts": { | ||
"build": "tsc", | "build": "tsc", | ||
"buildDoc":"jsdoc", | "buildDoc": "jsdoc", | ||
"watchDoc": "gulp", | |||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | }, | ||
"repository": { | "repository": { | ||
... | @@ -16,7 +17,10 @@ | ... | @@ -16,7 +17,10 @@ |
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC", | ||
"devDependencies": { | "devDependencies": { | ||
"jsdoc": "^3.6.6", | "browser-sync": "^2.26.13", | ||
"gulp": "^4.0.2", | |||
"gulp-typedoc": "^2.2.5", | |||
"typedoc": "^0.19.2", | |||
"typescript": "^4.0.5" | "typescript": "^4.0.5" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
test.js
deleted
100644 → 0
Please register or sign in to comment