init
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
bin/main
0 → 100755
package.json
0 → 100644
{ | |||
"name": "tpl-node-npm", | |||
"version": "1.0.0", | |||
"main": "lib/main.js", | |||
"bin": { | |||
"any": "bin/main" | |||
}, | |||
"author": { | |||
"name": "mins1cn", | |||
"email": "303890562@qq.com", | |||
"url": "https://minjs1cn.github.io" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "https://github.com/any-templates/tpl-node-npm" | |||
}, | |||
"bugs": { | |||
"url": "https://github.com/any-templates/tpl-node-npm/issues" | |||
}, | |||
"homepage": "https://minjs1cn.github.io/any-templates/tpl-node-npm", | |||
"keywords": [ | |||
"typescript" | |||
], | |||
"scripts": { | |||
"dev": "tsc --watch", | |||
"build": "tsc", | |||
"test": "node bin/main" | |||
}, | |||
"license": "MIT", | |||
"devDependencies": { | |||
"@types/node": "^14.14.7", | |||
"typescript": "^4.0.5" | |||
}, | |||
"dependencies": { | |||
} | |||
} |
src/global.d.ts
0 → 100644
src/main.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment