powerplatform-actions/package.json

74 строки
2.1 KiB
JSON

{
"name": "@microsoft/powerplatform-actions",
"version": "1.7.0",
"description": "Github Action for Power Platform",
"main": "index.js",
"scripts": {
"clean": "scorch",
"build": "node node_modules/gulp/bin/gulp.js",
"test": "node node_modules/gulp/bin/gulp.js test",
"ci": "node node_modules/gulp/bin/gulp.js ci",
"update-dist": "node node_modules/gulp/bin/gulp.js updateDist"
},
"author": "PowerApps-ISV-Tools",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/powerplatform-actions.git"
},
"devDependencies": {
"@types/async": "^3.2.24",
"@types/chai": "^4.3.6",
"@types/fancy-log": "^2.0.2",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/js-yaml": "^4.0.9",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.10",
"@types/sinon": "^10.0.15",
"@types/sinon-chai": "^3.2.12",
"@types/unzip-stream": "^0.3.4",
"@types/uuid": "^9.0.8",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"async": "^3.2.5",
"chai": "^4.4.1",
"dotenv": "^16.4.5",
"esbuild": "^0.21.5",
"eslint": "^8.49.0",
"fancy-log": "^2.0.0",
"glob": "^10.4.1",
"glob-parent": "^6.0.2",
"gulp": "^5.0.0",
"gulp-eslint-new": "^2.0.0",
"gulp-mocha": "^8.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"mocha": "^10.4.0",
"node-fetch": "^3.3.2",
"postcss": "^8.4.38",
"ps-list": "^8.1.1",
"rewiremock": "^3.14.5",
"sinon": "^15.2.0",
"sinon-chai": "^3.5.0",
"ts-node": "^10.9.2",
"ts-sinon": "^2.0.1",
"typescript": "^5.4.5",
"unzip-stream": "^0.3.4",
"winston": "^3.13.0",
"yargs": "^17.7.2"
},
"dependencies": {
"@actions/artifact": "^1.1.1",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.3",
"@microsoft/powerplatform-cli-wrapper": "^0.1.129",
"date-fns": "^3.6.0",
"fs-extra": "^11.2.0",
"js-yaml": "^4.1",
"uuid": "^9.0.1"
}
}