setup-sp/package.json
Charles 15e37fb7de
Add a parser to get the version of the .sp plugin (#4)
* Add a parser for plugin versions

* Added webpack to bundle the files

* Fix https to http redirect error
2021-10-08 19:09:08 -04:00

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"
}
}