Files
shockbot/package.json
T
Colin McDonnell 9239b40372 Set up husky
2025-08-27 18:13:10 -07:00

37 lines
808 B
JSON

{
"name": "action",
"version": "0.0.3",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node esbuild.config.js",
"dev": "node esbuild.config.js --watch",
"prepare": "husky"
},
"dependencies": {
"@actions/core": "^1.10.1"
},
"devDependencies": {
"@types/node": "^20.10.0",
"esbuild": "^0.25.9",
"husky": "^9.0.0",
"typescript": "^5.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pullfrog/pullfrog.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/pullfrog/pullfrog/issues"
},
"homepage": "https://github.com/pullfrog/pullfrog#readme"
}