-
Notifications
You must be signed in to change notification settings - Fork 171
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 899 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 899 Bytes
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
{
"name": "vscode-cfn-lint",
"description": "CloudFormation Linter",
"author": "Kevin DeJong",
"license": "Apache-2.0",
"version": "0.0.1",
"icon": "logo.png",
"repository": {
"type": "git",
"url": "https://github.com/awslabs/aws-cfn-lint-visual-studio-code.git"
},
"engines": {
"vscode": "^1.52.0"
},
"bugs": {
"url": "https://github.com/awslabs/aws-cfn-lint-visual-studio-code/issues"
},
"scripts": {},
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/vscode": "1.104.0",
"@vscode/test-electron": "^2.4.1",
"glob": "^11.0.3",
"mocha": "^11.7.5"
},
"dependencies": {
"@types/lodash": "^4.17.20",
"lodash": "^4.17.21",
"node-yaml-parser": "^0.0.9",
"vscode-languageclient": "~9.0.1",
"vscode-uri": "^3.0.8"
}
}