Skip to content

Commit c56cecf

Browse files
committed
deps: update oclif tooling and add useful scripts
Signed-off-by: Tierney Cyren <[email protected]>
1 parent 1158076 commit c56cecf

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
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": {
@@ -31,13 +32,17 @@
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"
@@ -60,8 +65,10 @@
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
}

0 commit comments

Comments
 (0)