-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 918 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
{
"name": "@xorkevin/nuke-workspaces",
"version": "0.1.0",
"description": "workspaces for the nuke project",
"private": true,
"repository": "git+https://github.com/xorkevin/nuke.git",
"author": "Kevin Wang <[email protected]>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/xorkevin/nuke/issues"
},
"homepage": "https://github.com/xorkevin/nuke#readme",
"type": "module",
"workspaces": [
"packages/nuke",
"packages/example"
],
"packageManager": "[email protected]",
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.6.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^9.6.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.3",
"typescript": "^5.5.3",
"typescript-language-server": "^4.3.3",
"typescript-plugin-css-modules": "^5.1.0"
}
}