pkg
Showing
| ... | ... | @@ -5,7 +5,8 @@ |
| "main": "dist/index.js", | ||
| "scripts": { | ||
| "build": "tsc && rm -rf ./dist/plugin && cp -rf ./plugin/dist ./dist/plugin", | ||
| "start": "node dist/index.js" | ||
| "start": "node dist/index.js", | ||
| "pack": "mkdir output ; pkg --out-path output ." | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| ... | ... | @@ -14,6 +15,13 @@ |
| "keywords": [ | ||
| "cqhttp" | ||
| ], | ||
| "bin": "dist/index.js", | ||
| "pkg": { | ||
| "scripts": [ | ||
| "dist/**/*.js" | ||
| ], | ||
| "assets": [] | ||
| }, | ||
| "author": "Nanahira", | ||
| "license": "MIT", | ||
| "dependencies": { | ||
| ... | ... |
Please register or sign in to comment