Commit e1069dc 1 parent 27209e3 commit e1069dc Copy full SHA for e1069dc
File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @verygoodgraphics/vgg-cli" ,
3
- "description" : " Command-line tool that converts design files into VGG format." ,
4
- "version" : " 0.0.1" ,
5
2
"author" : " Chaoya Li" ,
6
3
"bin" : {
7
4
"vgg-cli" : " ./bin/run.js"
12
9
"@oclif/plugin-help" : " ^6" ,
13
10
"@oclif/plugin-plugins" : " ^5"
14
11
},
12
+ "description" : " Command-line tool that converts design files into VGG format." ,
15
13
"devDependencies" : {
16
14
"@oclif/prettier-config" : " ^0.2.1" ,
17
15
"@oclif/test" : " ^3" ,
43
41
],
44
42
"license" : " MIT" ,
45
43
"main" : " dist/index.js" ,
46
- "type " : " module " ,
44
+ "name " : " @verygoodgraphics/vgg-cli " ,
47
45
"oclif" : {
48
46
"bin" : " vgg-cli" ,
49
- "dirname" : " vgg-cli" ,
50
47
"commands" : " ./dist/commands" ,
48
+ "dirname" : " vgg-cli" ,
51
49
"plugins" : [],
52
50
"topicSeparator" : " " ,
53
51
"topics" : {}
54
52
},
53
+ "publishConfig" : {
54
+ "access" : " public"
55
+ },
55
56
"repository" : " verygoodgraphics/vgg_cli" ,
56
57
"scripts" : {
57
58
"build" : " shx rm -rf dist && tsc -b" ,
62
63
"test" : " mocha --forbid-only \" test/**/*.test.ts\" " ,
63
64
"version" : " oclif readme && git add README.md"
64
65
},
65
- "types" : " dist/index.d.ts"
66
+ "type" : " module" ,
67
+ "types" : " dist/index.d.ts" ,
68
+ "version" : " 0.0.1"
66
69
}
You can’t perform that action at this time.
0 commit comments