{ "name": "setup-sqlc", "version": "4.0.0", "private": true, "description": "Compile SQL to type-safe Go", "main": "lib/main.js", "scripts": { "build": "tsc", "format": "prettier --write **/*.ts", "format-check": "prettier --check **/*.ts", "lint": "eslint src/**/*.ts", "package": "ncc build --source-map --license licenses.txt", "test": "jest", "all": "npm run build && npm run format && npm run lint && npm run package && npm test" }, "repository": { "type": "git", "url": "git+https://github.com/kyleconroy/setup-sqlc" }, "keywords": [ "actions", "golang", "setup" ], "author": "Kyle Conroy", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", "@actions/tool-cache": "^2.0.1" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.12.11", "@typescript-eslint/parser": "^5.62.0", "@vercel/ncc": "^0.38.1", "eslint": "^8.57.0", "eslint-plugin-github": "^4.10.2", "eslint-plugin-jest": "^27.9.0", "eslint-plugin-prettier": "^4.2.1", "jest": "^29.7.0", "jest-circus": "^29.6.4", "js-yaml": "^4.1.0", "prettier": "^2.6.2", "ts-jest": "^29.1.2", "typescript": "^5.4.5" } }