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 11{
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+ },
210 "dependencies" : {
311 "chalk" : " 5.3.0" ,
412 "fast-plist" : " 0.1.3" ,
513 "request-light" : " 0.8.0" ,
614 "which" : " 5.0.0" ,
715 "yosay" : " 3.0.0"
816 },
9- "description" : " Yeoman generator for Visual Studio Code extensions." ,
1017 "devDependencies" : {
1118 "@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"
1919 }
2020}
You can’t perform that action at this time.
0 commit comments