-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
37 lines (37 loc) · 1.11 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
{
"name": "keyboard-shortcuts",
"version": "1.0.0",
"description": "Project containing your PowerApps Component Framework (PCF) control.",
"scripts": {
"build": "pcf-scripts build",
"clean": "pcf-scripts clean",
"rebuild": "pcf-scripts rebuild",
"start": "pcf-scripts start",
"refreshTypes": "pcf-scripts refreshTypes",
"lint": "eslint KeyboardShortcuts --ext .ts",
"lint:fix": "npm run lint -- --fix",
"test": "jest --collectCoverage"
},
"dependencies": {
"keyboardjs": "^2.6.4"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/keyboardjs": "^2.5.0",
"@types/node": "^18.8.2",
"@types/powerapps-component-framework": "^1.3.1",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-sonarjs": "^0.13.0",
"jest": "^27.4.7",
"pcf-scripts": "^1",
"pcf-start": "^1",
"prettier": "^3.2.5",
"ts-jest": "^27.1.3",
"typescript": "^4.5.4"
}
}