mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 16:26:28 +00:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "cryptgeon",
|
|
"version": "2.4.0",
|
|
"homepage": "https://github.com/cupcakearmy/cryptgeon",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cupcakearmy/cryptgeon.git",
|
|
"directory": "packages/cli"
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"types": "./dist/index.d.ts",
|
|
"bin": {
|
|
"cryptgeon": "./dist/cli.cjs"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"bin": "run-s build package",
|
|
"build": "tsc && ./scripts/build.js",
|
|
"dev": "./scripts/build.js --watch",
|
|
"package": "./scripts/package.js",
|
|
"prepublishOnly": "run-s build"
|
|
},
|
|
"devDependencies": {
|
|
"@commander-js/extra-typings": "^11.1.0",
|
|
"@cryptgeon/shared": "workspace:*",
|
|
"@types/inquirer": "^9.0.6",
|
|
"@types/mime": "^3.0.3",
|
|
"@types/node": "^20.8.10",
|
|
"commander": "^11.1.0",
|
|
"esbuild": "^0.19.5",
|
|
"inquirer": "^9.2.11",
|
|
"mime": "^3.0.0",
|
|
"occulto": "^2.0.1",
|
|
"pkg": "^5.8.1",
|
|
"pretty-bytes": "^6.1.1",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|