archery/package.json
Cory Sanin b13d34cbdb
All checks were successful
App Image CI / Build app image (push) Successful in -2m7s
Docker Image CI / Build build images (arch) (push) Successful in -34s
Docker Image CI / Build build images (artix) (push) Successful in -1m2s
move to gitea
2025-04-29 21:04:32 -05:00

47 lines
1.0 KiB
JSON

{
"name": "archery",
"version": "0.1.6",
"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": "^1.20.3",
"ejs": "3.1.10",
"express": "^4.21.2",
"express-ws": "^5.0.2",
"pg": "^8.15.6",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.7"
},
"devDependencies": {
"@types/csso": "5.0.4",
"@types/express": "^5.0.0",
"@types/express-ws": "3.0.5",
"@types/node": "^22.10.5",
"@types/uglify-js": "3.17.5",
"forking-build-shit": "0.0.2"
},
"peerDependencies": {
"typescript": "5.7.3"
},
"scripts": {
"build": "npx build-shit",
"watch": "npx build-shit --watch"
}
}