-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.91 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@assestant/workspace",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts":
{
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords":
[
],
"exports":
{
"./internal":
{
"types": "./dist/internal/index.d.ts",
"default": "./dist/internal/index.js"
},
".":
{
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./*":
{
"types": "./dist/*",
"default": "./dist/*"
}
},
"devDependencies":
{
"@inkore/rollup-plugins": "^0.3.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@types/node": "^22.10.5",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-perfectionist": "^4.6.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-unused-imports": "^4.1.4",
"rollup": "^4.21.0",
"glob": "^10.3.15",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-node-externals": "^8.0.0",
"rollup-plugin-progress": "^1.1.2",
"tslib": "^2.6.3",
"typescript": "^5.3.3"
},
"pnpm":
{
"allowedDeprecatedVersions":
{
"eslint": "8"
}
},
"author": "notyoojun",
"license": "LGPL-3.0-or-later",
"repository":
{
"type": "git",
"url": "https://github.com/iNKORE-NET/Assestant"
},
"homepage": "https://docs.inkore.net/assestant",
"bugs": "https://github.com/iNKORE-NET/Assestant/issues"
}