|
- {
- "name": "papoh",
- "version": "1.0.0",
- "description": "Pen and Paper Online Discord Manager",
- "main": "./lib/index.js",
- "bin": {
- "papoh": "./lib/index.js"
- },
- "scripts": {
- "create": "npm run build && npm run test",
- "start": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/index.ts",
- "build": "tsc -p .",
- "test": "sudo npm i -g && papoh",
- "refresh": "rm -rf ./node_modules ./package-lock.json && npm install"
- },
- "keywords": [
- "node",
- "pnp",
- "discord"
- ],
- "author": "cziermann <cziermann@mailbox.org>",
- "license": "ISC",
- "dependencies": {
- "chalk": "^4.0.0",
- "clear": "^0.1.0",
- "commander": "^5.1.0",
- "discord.js": "^12.2.0",
- "figlet": "^1.4.0",
- "path": "^0.12.7"
- },
- "devDependencies": {
- "@types/node": "^14.0.5",
- "nodemon": "^2.0.4",
- "ts-node": "^8.10.1",
- "typescript": "^3.9.3"
- }
- }
|