File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1919 "globby" : " ^8.0.2" ,
2020 "mocha" : " ^8.2.1" ,
2121 "nyc" : " ^14.1.1" ,
22+ "oclif" : " ^4.17.32" ,
2223 "sinon" : " ^9.2.1"
2324 },
2425 "engines" : {
3132 " /yarn.lock"
3233 ],
3334 "homepage" : " https://github.com/twilio-labs/plugin-token" ,
34- "keywords" : [" oclif-plugin" ],
35+ "keywords" : [
36+ " oclif-plugin"
37+ ],
3538 "license" : " MIT" ,
3639 "oclif" : {
3740 "name" : " token" ,
3841 "commands" : " ./src/commands" ,
3942 "bin" : " twilio" ,
40- "devPlugins" : [" @oclif/plugin-help" ],
43+ "devPlugins" : [
44+ " @oclif/plugin-help"
45+ ],
4146 "topics" : {
4247 "token" : {
4348 "description" : " Generate a temporary token for use in test applications"
6065 "biome:lint" : " npx @biomejs/biome lint ." ,
6166 "biome:lint:write" : " npx @biomejs/biome lint --write ." ,
6267 "coverage" : " nyc --check-coverage --lines 90 --reporter=html --reporter=text mocha --forbid-only \" test/**/*.test.js\" " ,
68+ "oclif:manifest" : " oclif manifest" ,
69+ "oclif:readme" : " oclif manifest" ,
6370 "postpack" : " rm -f oclif.manifest.json" ,
64- "prepack" : " oclif-dev manifest && oclif-dev readme" ,
71+ "prepack" : " npm run oclif: manifest && oclif: readme" ,
6572 "test" : " mocha --forbid-only \" test/**/*.test.js\" "
6673 }
6774}
You can’t perform that action at this time.
0 commit comments