File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "name" : " generator-code" ,
3
+ "description" : " Yeoman generator for Visual Studio Code extensions." ,
4
+ "main" : " ./generators/app/index.js" ,
5
+ "scripts" : {
6
+ "prepublishOnly" : " npm test" ,
7
+ "preversion" : " npm test" ,
8
+ "postversion" : " git push && git push --tags"
9
+ },
2
10
"dependencies" : {
3
11
"chalk" : " 5.3.0" ,
4
12
"fast-plist" : " 0.1.3" ,
5
13
"request-light" : " 0.8.0" ,
6
14
"which" : " 5.0.0" ,
7
15
"yosay" : " 3.0.0"
8
16
},
9
- "description" : " Yeoman generator for Visual Studio Code extensions." ,
10
17
"devDependencies" : {
11
18
"@types/node" : " 22.9.1"
12
- },
13
- "main" : " ./generators/app/index.js" ,
14
- "name" : " generator-code" ,
15
- "scripts" : {
16
- "postversion" : " git push && git push --tags" ,
17
- "prepublishOnly" : " npm test" ,
18
- "preversion" : " npm test"
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments