atiro
Version:
Useless OI Tools
44 lines (43 loc) • 901 B
JSON
{
"name": "atiro",
"version": "2.0.4",
"description": "Useless OI Tools",
"main": "index.js",
"bin": {
"atiro": "./index.js"
},
"scripts": {
"pack": "node ./pack.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sukwants/Atiro.git"
},
"keywords": [
"OI",
"cli"
],
"author": "Sukwants",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sukwants/Atiro/issues"
},
"homepage": "https://github.com/Sukwants/Atiro#readme",
"dependencies": {
"axios": "^1.4.0",
"chalk": "^3.0.0",
"commander": "^11.0.0",
"fs-extra": "^11.1.1",
"glob": "^10.3.3",
"moment": "^2.29.4",
"prompts": "^2.4.2",
"puppeteer-core": "^21.3.7",
"readline-sync": "^1.4.10",
"semver": "^7.5.4"
},
"devDependencies": {
"@angablue/exe": "^2.0.2",
"@vercel/ncc": "^0.38.0",
"pkg": "^5.8.1"
}
}