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