-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.49 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "create-react-app-updater",
"version": "0.13.3",
"description": "Update Create React App projects",
"main": "src",
"bin": {
"create-react-app-updater": "bin/index.js",
"cra-update": "bin/index.js"
},
"scripts": {
"lint": "eslint . --ext js,json",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/kellyselden/create-react-app-updater.git"
},
"author": "Kelly Selden",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/kellyselden/create-react-app-updater/issues"
},
"homepage": "https://gitlab.com/kellyselden/create-react-app-updater#readme",
"engines": {
"node": ">=18.12"
},
"files": [
"bin",
"src"
],
"dependencies": {
"boilerplate-update": "^5.0.0",
"debug": "^4.1.1",
"execa": "^9.0.0",
"npm": "^10.0.0",
"p-map": "^7.0.0",
"pacote": "^20.0.0",
"resolve": "^1.10.0",
"semver": "^7.0.0",
"yargs": "^17.0.0"
},
"devDependencies": {
"@kellyselden/node-template": "5.1.0",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"eslint-config-sane": "^1.0.2",
"eslint-config-sane-node": "^2.0.0",
"eslint-plugin-json-files": "^4.2.0",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prefer-let": "^4.0.0",
"git-fixtures": "^8.0.0",
"mocha": "^10.7.0",
"mocha-helpers": "^9.0.1",
"renovate-config-standard": "2.1.2",
"sinon": "^19.0.0",
"standard-node-template": "6.0.0"
}
}