type-challenges/scripts/package.json
2020-08-06 17:16:54 +08:00

23 lines
539 B
JSON

{
"name": "@type-challenges/actions",
"private": true,
"version": "1.0.0",
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/github": "^3.0.0",
"@actions/io": "^1.0.2",
"@type-challenges/octokit-create-pull-request": "^0.1.8",
"esno": "^0.2.0",
"fast-glob": "^3.2.4",
"fs-extra": "^9.0.1",
"js-yaml": "^3.14.0",
"limax": "^2.1.0",
"lz-string": "^1.4.4"
},
"devDependencies": {
"@octokit/types": "^5.2.1",
"@types/js-yaml": "^3.12.5",
"@types/lz-string": "^1.3.34"
}
}