Files
archery/package.json
2025-09-17 22:50:48 -05:00

46 lines
1019 B
JSON

{
"name": "archery",
"version": "0.1.8",
"description": "Build Arch packages through a web interface",
"keywords": [
"docker",
"arch",
"artix"
],
"homepage": "https://github.com/CorySanin/archery#readme",
"bugs": {
"url": "https://github.com/CorySanin/archery/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CorySanin/archery.git"
},
"license": "MIT",
"author": "Cory Sanin",
"type": "module",
"main": "index.ts",
"dependencies": {
"body-parser": "^2.2.0",
"ejs": "3.1.10",
"express": "^5.1.0",
"express-ws": "^5.0.2",
"pg": "^8.16.3",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.7",
"sqids": "0.3.0"
},
"devDependencies": {
"@types/express": "^5.0.3",
"@types/express-ws": "3.0.5",
"@types/node": "^24.5.2",
"forking-build-shit": "1.0.4"
},
"peerDependencies": {
"typescript": "5.7.3"
},
"scripts": {
"build": "npx build-shit",
"watch": "npx build-shit --watch"
}
}