archery/package.json
2025-01-10 01:52:42 -05:00

37 lines
858 B
JSON

{
"name": "archy-build-thing",
"version": "0.0.1",
"description": "Build Arch packages through a web interface",
"keywords": [
"docker",
"arch",
"artix"
],
"homepage": "https://github.com/CorySanin/archy-build-thing#readme",
"bugs": {
"url": "https://github.com/CorySanin/archy-build-thing/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CorySanin/archy-build-thing.git"
},
"license": "MIT",
"author": "Cory Sanin",
"type": "module",
"main": "index.ts",
"dependencies": {
"@types/express": "^5.0.0",
"express": "^4.21.2"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/csso": "5.0.4",
"@types/uglify-js": "3.17.5",
"csso": "5.0.5",
"sass": "1.83.1",
"uglify-js": "3.19.3"
},
"peerDependencies": {
"typescript": "5.7.3"
}
}