mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-11-17 11:07:04 +01:00
38 lines
842 B
JSON
38 lines
842 B
JSON
|
{
|
||
|
"version": "2.3.0-beta.4",
|
||
|
"name": "cryptgeon",
|
||
|
"type": "module",
|
||
|
"engines": {
|
||
|
"node": ">=18"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"dev": "./scripts/build.js --watch",
|
||
|
"build": "./scripts/build.js",
|
||
|
"package": "./scripts/package.js",
|
||
|
"bin": "run-s build package",
|
||
|
"prepublishOnly": "run-s build"
|
||
|
},
|
||
|
"main": "./dist/index.cjs",
|
||
|
"bin": {
|
||
|
"cryptgeon": "./dist/index.cjs"
|
||
|
},
|
||
|
"files": [
|
||
|
"dist"
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"@commander-js/extra-typings": "^10.0.3",
|
||
|
"@cryptgeon/shared": "workspace:*",
|
||
|
"@types/inquirer": "^9.0.3",
|
||
|
"@types/mime": "^3.0.1",
|
||
|
"@types/node": "^20.1.3",
|
||
|
"commander": "^10.0.1",
|
||
|
"esbuild": "^0.17.19",
|
||
|
"inquirer": "^9.2.2",
|
||
|
"mime": "^3.0.0",
|
||
|
"occulto": "^2.0.1",
|
||
|
"pkg": "^5.8.1",
|
||
|
"pretty-bytes": "^6.1.0",
|
||
|
"typescript": "^5.0.4"
|
||
|
}
|
||
|
}
|