forked from kellyselden/boilerplate-update
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.66 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
60
61
62
63
64
65
66
67
68
{
"name": "boilerplate-update",
"version": "5.0.0",
"description": "Update boilerplate code between versions",
"main": "src",
"files": [
"src"
],
"scripts": {
"lint": "eslint . --ext js,json",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kellyselden/boilerplate-update.git"
},
"keywords": [
"cli"
],
"author": "Kelly Selden",
"license": "MIT",
"engines": {
"node": ">=18.12"
},
"dependencies": {
"@npmcli/arborist": "^7.0.0",
"cpr": "^3.0.1",
"debug": "^4.2.0",
"execa": "^8.0.0",
"git-diff-apply": "^6.0.0",
"https-proxy-agent": "^7.0.0",
"inquirer": "^9.0.0",
"merge-package.json": "^7.0.0",
"npm-package-arg": "^11.0.0",
"npx": "^10.2.0",
"open": "^9.0.0",
"p-reduce": "^3.0.0",
"pacote": "^17.0.0",
"rimraf": "^5.0.0",
"semver": "^7.3.2",
"tmp": "0.2.1",
"which": "^4.0.0"
},
"devDependencies": {
"@kellyselden/node-template": "5.0.1",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"chai-fs": "^2.0.0",
"chai-semver": "^1.0.2",
"chai-string": "^1.5.0",
"eslint": "^8.53.0",
"eslint-config-sane": "^1.0.2",
"eslint-config-sane-node": "^1.1.1",
"eslint-plugin-json-files": "^4.1.0",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-let": "^3.0.1",
"fixturify-project": "^6.0.0",
"fs-extra": "^11.0.0",
"git-fixtures": "^8.0.0",
"mocha": "^10.2.0",
"mocha-helpers": "^9.0.0",
"renovate-config-standard": "2.1.2",
"sinon": "^17.0.0",
"sinon-chai": "^3.7.0",
"standard-node-template": "6.0.0"
}
}