Skip to content

Commit 1b675e9

Browse files
committed
chore: lint package.json
Signed-off-by: Tierney Cyren <[email protected]>
1 parent f18ab06 commit 1b675e9

File tree

1 file changed

+61
-65
lines changed

1 file changed

+61
-65
lines changed

package.json

Lines changed: 61 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,63 @@
11
{
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+
}
6763
}

0 commit comments

Comments
 (0)