Files
archery/package.json
Cory Sanin f39ce0977f
All checks were successful
App Image CI / Build app image (push) Successful in -1m28s
NPM Audit Check / Check NPM audit (push) Successful in -2m13s
upsert user
2025-09-26 14:38:17 -05:00

53 lines
1.2 KiB
JSON

{
"name": "archery",
"version": "0.2.1",
"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-session": "1.18.2",
"express-ws": "^5.0.2",
"ky": "1.10.0",
"passport": "0.7.0",
"passport-openidconnect": "0.1.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-session": "^1.18.2",
"@types/express-ws": "3.0.5",
"@types/node": "^24.5.2",
"@types/passport": "1.0.17",
"@types/passport-openidconnect": "0.1.3",
"forking-build-shit": "1.0.4"
},
"peerDependencies": {
"typescript": "5.7.3"
},
"scripts": {
"build": "npx build-shit",
"watch": "npx build-shit --watch"
}
}