first
parents
Showing
.dockerignore
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Dockerfile
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | |||
| "name": "wolfx-money", | |||
| "version": "1.0.0", | |||
| "description": "Offers money to a specific account", | |||
| "main": "build/run.js", | |||
| "scripts": { | |||
| "test": "node build/run.js Irrlicht" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://code.mycard.moe/nanahira/wolfx-money" | |||
| }, | |||
| "author": "Nanahira", | |||
| "license": "AGPL-3.0", | |||
| "dependencies": { | |||
| "@types/node": "^14.14.20", | |||
| "@types/q": "^1.5.4", | |||
| "@types/underscore": "^1.10.24", | |||
| "mineflayer": "^2.40.1", | |||
| "q": "^1.5.1", | |||
| "typescript": "^4.1.3", | |||
| "underscore": "^1.12.0" | |||
| } | |||
| } |
run.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment