forked from derekfinlinson/powerapps-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 942 Bytes
/
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
{
"name": "powerapps-tools",
"private": true,
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/derekfinlinson/powerapps-tools"
},
"devDependencies": {
"@types/jest": "^27.5.0",
"@types/node": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"beachball": "^2.22.2",
"eslint": "^7.32.0",
"jest": "^27.5.1",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
},
"scripts": {
"build": "pnpm -r --stream clean && pnpm -r --stream build",
"change": "beachball change",
"bump": "beachball bump",
"publish:beachball": "beachball publish -y",
"publish:manual": "beachball publish",
"preinstall": "npx only-allow pnpm",
"test": "jest"
}
}