mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 08:06:09 +00:00
32 lines
769 B
JSON
32 lines
769 B
JSON
{
|
|
"name": "configure-pages",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"prepare": "ncc build src/index.js -o dist --source-map --license licenses.txt",
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/paper-spa/configure-pages.git"
|
|
},
|
|
"author": "GitHub",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/paper-spa/configure-pages/issues"
|
|
},
|
|
"homepage": "https://github.com/paper-spa/configure-pages#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.8.2",
|
|
"axios": "^0.27.2",
|
|
"axios-retry": "^3.2.5",
|
|
"espree": "^9.3.2",
|
|
"string-format": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.34.0",
|
|
"jest": "^28.1.1"
|
|
}
|
|
}
|