|
1 | 1 | { |
2 | | - "name": "@twilio-labs/plugin-token", |
3 | | - "description": "Generate a temporary token for use in test applications", |
4 | | - "version": "5.0.0", |
5 | | - "author": "Twilio @twilio", |
6 | | - "bugs": "https://github.com/twilio-labs/plugin-token/issues", |
7 | | - "publishConfig": { |
8 | | - "access": "public" |
9 | | - }, |
10 | | - "dependencies": { |
11 | | - "@oclif/core": "^1.13.10", |
12 | | - "@twilio/cli-core": "^7.0.0" |
13 | | - }, |
14 | | - "devDependencies": { |
15 | | - "@biomejs/biome": "1.9.4", |
16 | | - "@oclif/test": "^1.2.5", |
17 | | - "@twilio/cli-test": "^2.0.2", |
18 | | - "chai": "^4.2.0", |
19 | | - "globby": "^8.0.2", |
20 | | - "mocha": "^8.2.1", |
21 | | - "nyc": "^14.1.1", |
22 | | - "sinon": "^9.2.1" |
23 | | - }, |
24 | | - "engines": { |
25 | | - "node": ">=8.0.0" |
26 | | - }, |
27 | | - "files": [ |
28 | | - "/npm-shrinkwrap.json", |
29 | | - "/oclif.manifest.json", |
30 | | - "/src", |
31 | | - "/yarn.lock" |
32 | | - ], |
33 | | - "homepage": "https://github.com/twilio-labs/plugin-token", |
34 | | - "keywords": [ |
35 | | - "oclif-plugin" |
36 | | - ], |
37 | | - "license": "MIT", |
38 | | - "oclif": { |
39 | | - "name": "token", |
40 | | - "commands": "./src/commands", |
41 | | - "bin": "twilio", |
42 | | - "devPlugins": [ |
43 | | - "@oclif/plugin-help" |
44 | | - ], |
45 | | - "topics": { |
46 | | - "token": { |
47 | | - "description": "Generate a temporary token for use in test applications" |
48 | | - }, |
49 | | - "token:chat": { |
50 | | - "description": "Generate token for use in Chat applications" |
51 | | - }, |
52 | | - "token:sync": { |
53 | | - "description": "Generate token for use in Sync applications" |
54 | | - } |
55 | | - } |
56 | | - }, |
57 | | - "repository": { |
58 | | - "type": "git", |
59 | | - "url": "https://github.com/twilio-labs/plugin-token.git" |
60 | | - }, |
61 | | - "scripts": { |
62 | | - "postpack": "rm -f oclif.manifest.json", |
63 | | - "posttest": "eslint --ignore-path .gitignore . && npm audit", |
64 | | - "prepack": "oclif-dev manifest && oclif-dev readme", |
65 | | - "test": "nyc --check-coverage --lines 90 --reporter=html --reporter=text mocha --forbid-only \"test/**/*.test.js\"" |
66 | | - } |
| 2 | + "name": "@twilio-labs/plugin-token", |
| 3 | + "description": "Generate a temporary token for use in test applications", |
| 4 | + "version": "5.0.0", |
| 5 | + "author": "Twilio @twilio", |
| 6 | + "bugs": "https://github.com/twilio-labs/plugin-token/issues", |
| 7 | + "publishConfig": { |
| 8 | + "access": "public" |
| 9 | + }, |
| 10 | + "dependencies": { |
| 11 | + "@oclif/core": "^1.13.10", |
| 12 | + "@twilio/cli-core": "^7.0.0" |
| 13 | + }, |
| 14 | + "devDependencies": { |
| 15 | + "@biomejs/biome": "1.9.4", |
| 16 | + "@oclif/test": "^1.2.5", |
| 17 | + "@twilio/cli-test": "^2.0.2", |
| 18 | + "chai": "^4.2.0", |
| 19 | + "globby": "^8.0.2", |
| 20 | + "mocha": "^8.2.1", |
| 21 | + "nyc": "^14.1.1", |
| 22 | + "sinon": "^9.2.1" |
| 23 | + }, |
| 24 | + "engines": { |
| 25 | + "node": ">=8.0.0" |
| 26 | + }, |
| 27 | + "files": [ |
| 28 | + "/npm-shrinkwrap.json", |
| 29 | + "/oclif.manifest.json", |
| 30 | + "/src", |
| 31 | + "/yarn.lock" |
| 32 | + ], |
| 33 | + "homepage": "https://github.com/twilio-labs/plugin-token", |
| 34 | + "keywords": ["oclif-plugin"], |
| 35 | + "license": "MIT", |
| 36 | + "oclif": { |
| 37 | + "name": "token", |
| 38 | + "commands": "./src/commands", |
| 39 | + "bin": "twilio", |
| 40 | + "devPlugins": ["@oclif/plugin-help"], |
| 41 | + "topics": { |
| 42 | + "token": { |
| 43 | + "description": "Generate a temporary token for use in test applications" |
| 44 | + }, |
| 45 | + "token:chat": { |
| 46 | + "description": "Generate token for use in Chat applications" |
| 47 | + }, |
| 48 | + "token:sync": { |
| 49 | + "description": "Generate token for use in Sync applications" |
| 50 | + } |
| 51 | + } |
| 52 | + }, |
| 53 | + "repository": { |
| 54 | + "type": "git", |
| 55 | + "url": "https://github.com/twilio-labs/plugin-token.git" |
| 56 | + }, |
| 57 | + "scripts": { |
| 58 | + "postpack": "rm -f oclif.manifest.json", |
| 59 | + "posttest": "eslint --ignore-path .gitignore . && npm audit", |
| 60 | + "prepack": "oclif-dev manifest && oclif-dev readme", |
| 61 | + "test": "nyc --check-coverage --lines 90 --reporter=html --reporter=text mocha --forbid-only \"test/**/*.test.js\"" |
| 62 | + } |
67 | 63 | } |
0 commit comments