mirror of
https://github.com/rumblefrog/setup-sp.git
synced 2025-04-19 14:17:59 +02:00
* fix: missing & outdated dependencies * fix: sp 1.12+ include path resolution * ci: separate ci flow for dev
20 lines
475 B
JSON
20 lines
475 B
JSON
{
|
|
"dependencies": {
|
|
"@actions/core": "^1.9.0",
|
|
"@actions/tool-cache": "^2.0.1",
|
|
"@types/node": "^18.0.3",
|
|
"@types/semver": "^7.3.10",
|
|
"await-to-js": "^3.0.0",
|
|
"semver": "^7.3.7",
|
|
"typed-rest-client": "^1.8.9"
|
|
},
|
|
"devDependencies": {
|
|
"ts-loader": "^9.3.1",
|
|
"typescript": "^4.7.4",
|
|
"webpack": "^5.73.0",
|
|
"webpack-cli": "^4.10.0"
|
|
},
|
|
"scripts": {
|
|
"build": "./node_modules/.bin/webpack --config ./webpack.config.js"
|
|
}
|
|
}
|