-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "standard-eject",
"version": "1.0.8",
"description": "Replaces standardjs with eslint and eslint-config-standard",
"bin": "./bin/standard-eject",
"scripts": {
"lint": "standard bin/* test/*",
"pretest": "yarn lint",
"test": "node test/clone.js",
"prepublishOnly": "yarn test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/josephfrazier/standard-eject.git"
},
"author": "Joseph Frazier <1212jtraceur@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/josephfrazier/standard-eject/issues"
},
"homepage": "https://github.com/josephfrazier/standard-eject#readme",
"dependencies": {
"falafel-bash": "^1.0.3",
"format-package-json": "^0.2.0",
"has-yarn": "^2.1.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"babel-eslint": "^10.1.0",
"cross-spawn": "^7.0.3",
"eslint": "^7.11.0",
"eslint-config-standard-tunnckocore": "^1.0.10",
"eslint-plugin-babel": "^5.3.1",
"global-modules": "^2.0.0",
"minimist": "^1.2.5",
"mkdirp": "^1.0.4",
"run-parallel-limit": "^1.0.5",
"standard": "^14.3.4",
"standard-packages": "^3.8.2",
"standardx": "^5.0.0",
"tape": "^5.0.1",
"typescript": "^4.0.3"
}
}