mirror of
https://github.com/tauri-apps/actions-netlify.git
synced 2026-01-31 00:45:22 +01:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "actions-netlify",
|
|
"version": "1.2.4",
|
|
"private": true,
|
|
"description": "GitHub Actions for Netlify",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"format": "prettier --write **/*.ts",
|
|
"format-check": "prettier --check **/*.ts",
|
|
"lint": "eslint src/**/*.ts",
|
|
"pack": "ncc build",
|
|
"test": "jest",
|
|
"all": "npm run build && npm run format && npm run lint && npm run pack && npm test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nwtgck/actions-netlify.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"Netlify"
|
|
],
|
|
"author": "Ryo Ota <nwtgck@nwtgck.org> (https://github.com/nwtgck)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/github": "^5.1.1",
|
|
"netlify": "^6.1.29"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.24",
|
|
"@types/node": "^12.20.55",
|
|
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
|
"@typescript-eslint/parser": "^5.45.0",
|
|
"@vercel/ncc": "^0.34.0",
|
|
"eslint": "^8.29.0",
|
|
"jest": "^29.3.1",
|
|
"jest-circus": "^29.3.1",
|
|
"jest-mock": "^29.3.1",
|
|
"js-yaml": "^4.1.0",
|
|
"prettier": "^2.8.0",
|
|
"ts-jest": "^29.0.3",
|
|
"typescript": "^4.9.3"
|
|
}
|
|
}
|