forked from microsoft/powerplatform-actions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.86 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
{
"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.2.20",
"@types/fancy-log": "^1.3.1",
"@types/fs-extra": "^9.0.12",
"@types/glob": "^7.1.4",
"@types/mocha": "^8.2.3",
"@types/node": "^14.14.35",
"@types/sinon": "^9.0.11",
"@types/sinon-chai": "^3.2.5",
"@types/uuid": "^8.3.0",
"@types/yargs": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"@vercel/ncc": "^0.28.6",
"async": "^3.2.0",
"chai": "^4.3.4",
"dotenv": "^8.2.0",
"eslint": "^7.30.0",
"fancy-log": "^1.3.3",
"glob": "^7.1.7",
"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.0.2",
"node-fetch": "^2.6.1",
"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.0",
"winston": "^3.3.3",
"yargs": "^17.0.1"
},
"dependencies": {
"@actions/artifact": "^0.5.2",
"@actions/core": "^1.4.0",
"@microsoft/powerplatform-cli-wrapper": "^0.1.14",
"date-fns": "^2.22.1",
"fs-extra": "^10.0.0",
"uuid": "^8.3.2"
}
}