2023-05-14 13:52:47 +02:00
|
|
|
{
|
|
|
|
"name": "cryptgeon",
|
2024-09-02 10:27:26 +02:00
|
|
|
"version": "2.7.1",
|
2024-03-03 01:22:39 +01:00
|
|
|
"homepage": "https://github.com/cupcakearmy/cryptgeon",
|
2023-05-26 01:10:22 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/cupcakearmy/cryptgeon.git",
|
|
|
|
"directory": "packages/cli"
|
|
|
|
},
|
2023-05-14 13:52:47 +02:00
|
|
|
"type": "module",
|
2024-03-03 01:22:39 +01:00
|
|
|
"exports": {
|
2024-09-02 10:19:35 +02:00
|
|
|
".": "./dist/index.js",
|
|
|
|
"./shared": {
|
|
|
|
"import": "./dist/shared/shared.js",
|
|
|
|
"types": "./dist/shared/shared.d.ts"
|
|
|
|
}
|
2023-05-14 13:52:47 +02:00
|
|
|
},
|
2024-03-03 01:22:39 +01:00
|
|
|
"types": "./dist/index.d.ts",
|
2023-05-14 13:52:47 +02:00
|
|
|
"bin": {
|
2024-03-03 01:22:39 +01:00
|
|
|
"cryptgeon": "./dist/cli.cjs"
|
2023-05-14 13:52:47 +02:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2024-03-03 01:22:39 +01:00
|
|
|
"scripts": {
|
|
|
|
"bin": "run-s build package",
|
2024-08-23 09:59:06 +02:00
|
|
|
"build": "tsc && node build.js",
|
|
|
|
"dev": "node build.js --watch",
|
2024-03-03 01:22:39 +01:00
|
|
|
"prepublishOnly": "run-s build"
|
|
|
|
},
|
2023-05-14 13:52:47 +02:00
|
|
|
"devDependencies": {
|
2024-09-02 10:19:35 +02:00
|
|
|
"@commander-js/extra-typings": "^12.1.0",
|
2024-03-03 01:50:52 +01:00
|
|
|
"@types/inquirer": "^9.0.7",
|
2024-09-02 10:19:35 +02:00
|
|
|
"@types/mime": "^4.0.0",
|
2024-03-03 01:50:52 +01:00
|
|
|
"@types/node": "^20.11.24",
|
2024-09-02 10:19:35 +02:00
|
|
|
"commander": "^12.1.0",
|
2024-03-03 01:50:52 +01:00
|
|
|
"inquirer": "^9.2.15",
|
|
|
|
"mime": "^4.0.1",
|
2024-09-02 10:19:35 +02:00
|
|
|
"occulto": "^2.0.6",
|
2023-08-14 10:22:09 +02:00
|
|
|
"pretty-bytes": "^6.1.1",
|
2024-08-22 20:21:05 +02:00
|
|
|
"tsup": "^8.2.4",
|
2024-03-03 01:50:52 +01:00
|
|
|
"typescript": "^5.3.3"
|
2024-03-03 01:22:39 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=18"
|
2023-05-14 13:52:47 +02:00
|
|
|
}
|
|
|
|
}
|