-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.2 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.2 KB
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
{
"name": "@legreq/tsdev",
"version": "1.0.12-beta",
"description": "Shared TypeScript development artefacts for Legendary Requirements",
"type": "module",
"main": "dist/index.js",
"homepage": "https://github.com/legreq",
"repository": {
"type": "git",
"url": "git+https://github.com/legreq/tsdev.git"
},
"bugs": {
"url": "https://github.com/legreq/tsdev/issues"
},
"license": "Apache-2.0",
"author": {
"name": "Kevin Dean",
"email": "kevin@legreq.com",
"url": "https://www.linkedin.com/in/kdean"
},
"scripts": {
"lint": "eslint .",
"build-dist": "tsc --project tsconfig-build-local.json",
"build-dist-dev": "tsc --project tsconfig-build-local-dev.json"
},
"dependencies": {
"@eslint/js": "9.36.0",
"@stylistic/eslint-plugin": "^5.4.0",
"eslint": "9.36.0",
"eslint-config-love": "^130.0.0",
"eslint-plugin-jsdoc": "^60.8.3",
"eslint-plugin-notice": "^1.1.0-rc1",
"eslint-plugin-react-hooks": "^6.1.1",
"eslint-plugin-react-refresh": "^0.4.23",
"globals": "^16.4.0",
"jiti": "^2.6.1",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.0"
}
}