jishaku
Version:
PythonのJishakuをパクった
38 lines (37 loc) • 828 B
JSON
{
"name": "jishaku",
"version": "1.0.6",
"description": "PythonのJishakuをパクった",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npx npm run tsc",
"tsc": "npx tsc",
"start": "npx npm run tsc"
},
"files": [
"dist"
],
"keywords": [
"discord.js",
"jishaku"
],
"author": "suzuneu",
"license": "ISC",
"dependencies": {
"discord.js": "^13.1.0",
"simple-discord-pagination": "^1.0.2",
"vm2": "^3.9.3",
"workerpool": "^6.1.5"
},
"devDependencies": {
"@types/workerpool": "^6.1.0",
"npm": "^7.23.0",
"ts-loader": "^9.2.5",
"typescript": "^4.4.3",
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
}
}