23 lines
514 B
JSON
23 lines
514 B
JSON
{
|
|
"name": "verdigris",
|
|
"module": "index.js",
|
|
"type": "module",
|
|
"license": "GPL-3.0-only",
|
|
"version": "0.0.1",
|
|
"url": "https://git.basking.monster/gaiety/verdigris",
|
|
"author": {
|
|
"name": "Gaiety",
|
|
"email": "ava+verdigris@gaiety.me",
|
|
"url": "https://gaiety.me"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"app-root-path": "^3.1.0",
|
|
"chalk": "^5.6.2",
|
|
"color-convert": "^3.1.2",
|
|
"commander": "^14.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|