powerplatform-actions/package.json

72 строки
2.0 KiB
JSON

{
"name": "@microsoft/powerplatform-actions",
"version": "0.1.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.7",
"@types/chai": "^4.3.4",
"@types/fancy-log": "^2.0.0",
"@types/fs-extra": "^9.0.12",
"@types/glob": "^7.1.4",
"@types/js-yaml": "^4.0.3",
"@types/mocha": "^9.1.0",
"@types/node": "^14.14.35",
"@types/sinon": "^9.0.11",
"@types/sinon-chai": "^3.2.9",
"@types/unzip-stream": "^0.3.1",
"@types/uuid": "^8.3.0",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.15.0",
"async": "^3.2.0",
"chai": "^4.3.7",
"dotenv": "^8.2.0",
"esbuild": "^0.14.10",
"eslint": "^8.11.0",
"fancy-log": "^2.0.0",
"glob": "^7.2.0",
"glob-parent": "^6.0.2",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-mocha": "^8.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"mocha": "^9.2.0",
"node-fetch": "^2.6.7",
"postcss": "^8.4.6",
"ps-list": "^7.2.0",
"rewiremock": "^3.14.3",
"sinon": "^9.2.4",
"sinon-chai": "^3.5.0",
"ts-node": "^10.0.0",
"ts-sinon": "^2.0.1",
"typescript": "^4.3.5",
"unzip-stream": "^0.3.1",
"winston": "^3.3.3",
"yargs": "^17.7.1"
},
"dependencies": {
"@actions/artifact": "^1.1.1",
"@actions/core": "^1.10.0",
"@microsoft/powerplatform-cli-wrapper": "^0.1.85",
"date-fns": "^2.22.1",
"fs-extra": "^10.0.0",
"js-yaml": "^4.1",
"uuid": "^8.3.2"
}
}