pack
Showing
This diff is collapsed.
| ... | @@ -4,9 +4,17 @@ | ... | @@ -4,9 +4,17 @@ |
| "description": "Offers money to a specific account", | "description": "Offers money to a specific account", | ||
| "main": "build/run.js", | "main": "build/run.js", | ||
| "scripts": { | "scripts": { | ||
| "pack": "mkdir dist ; ./node_modules/.bin/pkg --out-path dist .", | |||
| "build": "tsc", | "build": "tsc", | ||
| "test": "node build/run.js Irrlicht" | "test": "node build/run.js Irrlicht" | ||
| }, | }, | ||
| "bin": "build/run.js", | |||
| "pkg": { | |||
| "scripts": [ | |||
| "build/*.js" | |||
| ], | |||
| "assets": [] | |||
| }, | |||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "https://code.mycard.moe/nanahira/wolfx-money" | "url": "https://code.mycard.moe/nanahira/wolfx-money" | ||
| ... | @@ -18,6 +26,7 @@ | ... | @@ -18,6 +26,7 @@ |
| "@types/q": "^1.5.4", | "@types/q": "^1.5.4", | ||
| "@types/underscore": "^1.10.24", | "@types/underscore": "^1.10.24", | ||
| "mineflayer": "^2.40.1", | "mineflayer": "^2.40.1", | ||
| "pkg": "^4.4.9", | |||
| "q": "^1.5.1", | "q": "^1.5.1", | ||
| "typescript": "^4.1.3", | "typescript": "^4.1.3", | ||
| "underscore": "^1.12.0" | "underscore": "^1.12.0" | ||
| ... | ... |
stack/china.sh
0 → 100644
Please register or sign in to comment