mirror of
https://github.com/rumblefrog/setup-sp.git
synced 2024-11-21 16:59:09 +01:00
20 lines
474 B
JSON
20 lines
474 B
JSON
{
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@actions/tool-cache": "^2.0.1",
|
|
"@types/node": "^22.5.1",
|
|
"@types/semver": "^7.5.8",
|
|
"await-to-js": "^3.0.0",
|
|
"semver": "^7.6.3",
|
|
"typed-rest-client": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"ts-loader": "^9.5.1",
|
|
"typescript": "^5.5.4",
|
|
"webpack": "^5.94.0",
|
|
"webpack-cli": "^5.1.4"
|
|
},
|
|
"scripts": {
|
|
"build": "./node_modules/.bin/webpack --config ./webpack.config.js"
|
|
}
|
|
}
|