-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 937 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
{
"name": "@brik-digital/craftcms-typedefs",
"version": "1.1.1",
"description": "Type definitions for the Craft CMS JS globals, most importantly, Garnish",
"keywords": [
"types",
"craftcms",
"typescript"
],
"author": "Alyxia Sother <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/jquery": "^3.5.30",
"@types/jqueryui": "^1.12.22",
"@types/timepicker": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"eslint": "^8.57.0",
"eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
},
"scripts": {
"check": "tsc --noEmit",
"watch": "tsc --noEmit --watch",
"lint": "eslint . --ext .ts",
"check-fmt": "prettier --check '**/*.ts'",
"prepare": "tsc"
}
}