mirror of
https://github.com/rumblefrog/setup-sp.git
synced 2025-05-07 22:32:08 +02:00
* Add a parser for plugin versions * Added webpack to bundle the files * Fix https to http redirect error
19 lines
439 B
JSON
19 lines
439 B
JSON
{
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.6",
|
|
"@actions/tool-cache": "^1.1.2",
|
|
"@types/node": "^12.12.7",
|
|
"@types/semver": "^6.2.0",
|
|
"await-to-js": "^2.1.1",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"ts-loader": "^9.2.6",
|
|
"typescript": "^4.4.3",
|
|
"webpack": "^5.58.1",
|
|
"webpack-cli": "^4.9.0"
|
|
},
|
|
"scripts": {
|
|
"start": "./node_modules/.bin/webpack --config ./webpack.config.js"
|
|
}
|
|
}
|