-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 1.93 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
{
"name": "@softvisio/cli",
"version": "3.53.1",
"description": "Softisio CLI Tool",
"keywords": [
"softvisio",
"cli"
],
"homepage": "https://softvisio-node.github.io/cli/",
"bugs": {
"url": "https://github.com/softvisio-node/cli/issues",
"email": "root <[email protected]>"
},
"repository": {
"type": "git",
"url": "git+https://github.com/softvisio-node/cli.git"
},
"license": "ISC",
"author": "root <[email protected]>",
"type": "module",
"imports": {
"#core/*": "@softvisio/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": {
"test": "node --test _tests/**/*.test.js"
},
"dependencies": {
"@prettier/plugin-xml": "^3.4.1",
"@softvisio/core": "^7.0.0",
"@softvisio/eslint-plugin": "^1.0.1",
"@stylistic/eslint-plugin": "^2.7.2",
"@vue/compiler-sfc": "^3.2.36",
"cssnano": "^7.0.0",
"editorconfig": "^2.0.0",
"eslint": "^9.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^56.0.0",
"eslint-plugin-vue": "^9.0.1",
"espree": "^10.0.1",
"estraverse": "^5.3.0",
"html-minifier": "^4.0.0",
"postcss": "^8.2.4",
"prettier": "^3.0.0",
"prettier-plugin-packagejson": "^2.2.9",
"prettier-plugin-sh": ">=0.13.0",
"sharp": "^0.33.5",
"terser": "^5.5.1",
"typescript-eslint": "^8.0.0",
"vue-eslint-parser": "^9.4.2"
}
}