-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 590 Bytes
/
Copy pathpackage.json
File metadata and controls
18 lines (18 loc) · 590 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"cspell": "cspell.config.yml",
"scripts": {
"convert-vscode-profiles": "node VsCodeConfig-profiles/convert-vscode-profiles.js VsCodeConfig-profiles src/_installScripts/_Configs/VsCodeConfig-conf/profiles",
"lint": "eslint --ext .js,.jsonc src",
"lint:fix": "eslint --ext .js,.jsonc src --fix",
"test": "echo \"No tests specified\" && exit 0"
},
"devDependencies": {
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-json": "^4.0.1",
"v8r": "^6.0.0",
"v8r-plugin-emoji-output": "^0.1.0"
},
"dependencies": {
"jsonc-parser": "^3.3.1"
}
}