Some checks failed
Test Action / Test with default inputs (ubuntu-latest, 4.11.1) (push) Successful in 13s
Test Action / Test with explicit inputs (ubuntu-latest, 4.11.1) (push) Successful in 12s
Test Action / Test with default inputs (macos-latest, 4.11.1) (push) Has been cancelled
Test Action / Test with default inputs (windows-latest, 4.11.1) (push) Has been cancelled
Test Action / Test with explicit inputs (macos-latest, 4.11.1) (push) Has been cancelled
Test Action / Test with explicit inputs (windows-latest, 4.11.1) (push) Has been cancelled
21 lines
533 B
JSON
21 lines
533 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build:ncc": "ncc build --minify --no-source-map-register --no-cache dist/tsc/index.js --out dist/",
|
|
"build": "tsc && pnpm run build:ncc",
|
|
"start": "pnpm run build && sh ./run.sh"
|
|
},
|
|
"dependencies": {
|
|
"node-fetch": "^2.6.0",
|
|
"expand-tilde": "^2.0.2",
|
|
"@actions/core": "^1.2.4",
|
|
"@types/expand-tilde": "^2.0.0",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"@types/node": "^13.13.5"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^3.8.3",
|
|
"@zeit/ncc": "^0.22.1"
|
|
}
|
|
}
|