1
Showing
package-lock.json
0 → 100644
... | @@ -5,7 +5,8 @@ | ... | @@ -5,7 +5,8 @@ |
"main": "dist/index.js", | "main": "dist/index.js", | ||
"types": "dist/index.d.ts", | "types": "dist/index.d.ts", | ||
"scripts": { | "scripts": { | ||
"build":"tsc", | "build": "tsc", | ||
"buildDoc":"jsdoc", | |||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | }, | ||
"repository": { | "repository": { | ||
... | @@ -15,6 +16,7 @@ | ... | @@ -15,6 +16,7 @@ |
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC", | ||
"devDependencies": { | "devDependencies": { | ||
"jsdoc": "^3.6.6", | |||
"typescript": "^4.0.5" | "typescript": "^4.0.5" | ||
} | } | ||
} | } |
test.js
0 → 100644
Please register or sign in to comment