25 lines
498 B
JSON
25 lines
498 B
JSON
{
|
|
"name": "p2manager",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "NaChlorid Team",
|
|
"type": "module",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.15.0",
|
|
"dependencies": {
|
|
"chalk": "^5.6.2",
|
|
"commander": "^14.0.1",
|
|
"inquirer": "^12.9.6",
|
|
"node-fetch": "^3.3.2",
|
|
"pkg": "^5.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.25.10"
|
|
}
|
|
}
|