-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
92 lines (92 loc) · 2.79 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "@microsoft/powerplatform-build-tools",
"version": "2.0.0",
"engines": {
"node": ">=16.0.0"
},
"description": "Azure DevOps tasks for Power Platform",
"main": "index.js",
"files": [
"dist"
],
"scripts": {
"clean": "node node_modules/gulp/bin/gulp.js clean",
"build": "node node_modules/gulp/bin/gulp.js compile --max_old_space_size=4096",
"test": "node node_modules/gulp/bin/gulp.js test",
"ci": "node node_modules/gulp/bin/gulp.js ci --max_old_space_size=4096",
"prepare-pack": "node node_modules/gulp/bin/gulp.js --max_old_space_size=4096 preparePack",
"pack": "node node_modules/gulp/bin/gulp.js pack",
"tfx": "node node_modules/tfx-cli/_build/tfx-cli.js",
"set-git-authn": "node ./setGitAuthN.js",
"set-version": "node node_modules/release-it/bin/release-it --increment patch --ci -VV",
"pub": "node node_modules/gulp/bin/gulp.js publish"
},
"author": "PowerApps-ISV-Tools",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/powerplatform-build-tools"
},
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.10",
"@types/q": "^1.5.8",
"@types/semver": "^7.5.8",
"@types/sinon": "^10.0.16",
"@types/sinon-chai": "^3.2.12",
"@types/sinonjs__fake-timers": "^8.1.5",
"@types/unzip-stream": "^0.3.4",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"chai": "^4.5.0",
"dotenv": "^16.4.5",
"eslint": "^8.50.0",
"eslint-plugin-node": "^11.1.0",
"fancy-log": "^2.0.0",
"find": "^0.3.0",
"glob": "^10.4.1",
"gulp": "^5.0.0",
"gulp-eslint-new": "^2.3.0",
"gulp-mocha": "^8.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"merge-stream": "^2.0.0",
"mocha": "^10.4.0",
"node-fetch": "^3.3.2",
"path-parse": "^1.0.7",
"ps-list": "^8.1.1",
"release-it": "^16.1.5",
"rewiremock": "^3.14.5",
"sinon": "^16.1.0",
"sinon-chai": "^3.6.0",
"sync-request": "^6.1.0",
"tar": "^6.2.0",
"tfx-cli": "^0.16.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"ts-sinon": "^2.0.1",
"typescript": "^5.4.5",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0",
"yargs": "^17.7.2"
},
"dependencies": {
"@microsoft/powerplatform-cli-wrapper": "^0.1.129",
"azure-pipelines-task-lib": "^4.13.0",
"debug": "^4.3.5",
"fs-extra": "^11.2.0",
"semver": "^7.6.2",
"unzip-stream": "^0.3.4"
},
"bundleDependencies": [
"@microsoft/powerplatform-cli-wrapper",
"azure-pipelines-task-lib",
"fs-extra",
"semver"
]
}