-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.07 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.07 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
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": "@softvisio/cli",
"version": "3.108.3",
"description": "Softisio CLI Tool",
"keywords": [
"softvisio",
"cli"
],
"homepage": "https://softvisio.github.io/cli/",
"bugs": {
"url": "https://github.com/softvisio/cli/issues",
"email": "root <root@softvisio.net>"
},
"repository": {
"type": "git",
"url": "git+https://github.com/softvisio/cli.git"
},
"license": "ISC",
"author": "root <root@softvisio.net>",
"type": "module",
"imports": {
"#core/*": "@corejslib/core/*",
"#lib/*": "./lib/*.js",
"#resources/*": "./resources/*"
},
"exports": {
"./*": "./lib/*.js",
"./resources/*": "./resources/*"
},
"bin": {
"softvisio-cli": "bin/softvisio-cli.js"
},
"files": [
"npm-shrinkwrap.json",
"/bin",
"/lib",
"/resources",
"/src"
],
"scripts": {
"install": "node bin/install.js",
"test": "node --test \"tests/**/*.test.js\""
},
"dependencies": {
"@corejslib/core": "^7.175.0",
"@corejslib/eslint-plugin": "^1.0.1",
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
"@eslint/js": "^10.0.1",
"@prettier/plugin-oxc": "^0.1.2",
"@prettier/plugin-xml": "^3.4.1",
"@stylistic/eslint-plugin": "^5.0.0",
"@vue/compiler-sfc": "^3.2.36",
"cssnano": "^7.0.0",
"editorconfig": "^3.0.0",
"eslint": "^10.0.0",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-simple-import-sort": "^13.0.0",
"eslint-plugin-unicorn": "^64.0.0",
"eslint-plugin-vue": "^10.0.0",
"espree": "^11.0.0",
"estraverse": "^5.3.0",
"html-minifier-terser": "^7.2.0",
"postcss": "^8.2.4",
"prettier": "^3.0.0",
"prettier-plugin-packagejson": "^3.0.0",
"prettier-plugin-sh": "^0.18.0",
"sharp": "^0.34.0",
"terser": "^5.5.1",
"typescript-eslint": "^8.0.0",
"vue-eslint-parser": "^10.0.0"
}
}