-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
73 lines (73 loc) · 2.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"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"
}
}