mirror of
https://github.com/MincoMK/create-computercraft.git
synced 2025-12-10 06:33:18 +00:00
init
This commit is contained in:
32
package.json
Normal file
32
package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "create-computercraft",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"bin": {
|
||||
"create-computercraft": "dist/main.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "jest"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"packageManager": "pnpm@10.11.0",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.27.0",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/node": "^22.15.24",
|
||||
"@types/validate-npm-package-name": "^4.0.2",
|
||||
"eslint": "^9.27.0",
|
||||
"globals": "^16.2.0",
|
||||
"jest": "^29.7.0",
|
||||
"prettier": "3.5.3",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.33.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@clack/prompts": "^0.11.0",
|
||||
"validate-npm-package-name": "^6.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user