package.json hinzugefügt
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user