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.2",
|
|
"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.6.0",
|
|
"@actions/github": "^4.0.0",
|
|
"netlify": "^6.1.29"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.24",
|
|
"@types/node": "^12.20.16",
|
|
"@typescript-eslint/parser": "^4.28.4",
|
|
"@vercel/ncc": "^0.33.1",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-github": "^2.0.0",
|
|
"eslint-plugin-jest": "^24.4.0",
|
|
"jest": "^26.6.3",
|
|
"jest-circus": "^27.4.5",
|
|
"js-yaml": "^4.1.0",
|
|
"prettier": "^2.5.1",
|
|
"ts-jest": "^26.5.6",
|
|
"typescript": "^4.3.5"
|
|
}
|
|
}
|