-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.4 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
{
"name": "p3x-tools",
"version": "2025.4.119",
"corifeus": {
"prefix": "p3x-",
"publish": true,
"type": "p3x",
"code": "Lazy",
"nodejs": "v22.13.0",
"opencollective": false,
"reponame": "tools",
"build": true
},
"bin": {
"p3x": "bin/p3x.js"
},
"license": "MIT",
"description": "💣 Tools",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrikx3/tools.git"
},
"keywords": [
"tools",
"unpublish",
"npm"
],
"author": "Patrik Laszlo <[email protected]>",
"bugs": {
"url": "https://github.com/patrikx3/tools/issues"
},
"homepage": "https://corifeus.com/tools",
"devDependencies": {
"corifeus-builder": "^2025.4.128",
"grunt": "^1.6.1"
},
"dependencies": {
"commander": "^13.0.0",
"corifeus-utils": "^2025.4.120",
"fs-extra": "^11.3.0",
"github-api": "^3.4.0",
"globby": "^14.0.2",
"ini": "^5.0.0",
"mz": "^2.7.0",
"npm-check-updates": "^17.1.14",
"progress": "^2.0.3",
"readline": "^1.3.0",
"tmp-promise": "^3.0.3",
"yamljs": "^0.3.0"
},
"engines": {
"node": ">=12.13.0"
}
}