Files
drone-better-docker-autotag/package.json
Julien Valverdé 0384dd08cd
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
Upgrade to Bun 1.0 (#1)
Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Reviewed-on: https://git.jvalver.de/Thilawyn/drone-better-docker-autotag/pulls/1
2023-09-10 01:20:48 +02:00

27 lines
658 B
JSON

{
"name": "drone-better-docker-autotag",
"module": "index.ts",
"type": "module",
"scripts": {
"start": "NODE_ENV=production bun src/index.ts",
"start:dev": "NODE_ENV=development bun src/index.ts"
},
"devDependencies": {
"@types/lodash-es": "^4.17.9",
"@types/semver": "^7.5.1",
"bun-types": "^1.0.1",
"npm-check-updates": "^16.13.3",
"npm-sort": "^0.0.4",
"type-fest": "^4.3.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@effect/schema": "^0.35.0",
"effect": "^2.0.0-next.31",
"lodash-es": "^4.17.21",
"semver": "^7.5.4",
"simple-git": "^3.19.1",
"trim-newlines": "^5.0.0"
}
}