-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.74 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
{
"name": "corifeus-builder",
"version": "2024.10.105",
"corifeus": {
"icon": "fas fa-gavel",
"code": "Make",
"publish": true,
"nodejs": "v22.3.0",
"reponame": "corifeus-builder",
"opencollective": false,
"build": true
},
"description": "🏗️ Corifeus Builder",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt && mocha ./test/mocha/*.js ./test/mocha/task/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrikx3/corifeus-builder.git"
},
"keywords": [
"corifeus",
"builder"
],
"author": "Patrik Laszlo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/patrikx3/corifeus-builder/issues"
},
"homepage": "https://corifeus.com/corifeus-builder",
"dependencies": {
"corifeus-utils": "^2024.10.125",
"download": "^8.0.0",
"extract-zip": "^2.0.1",
"fs-extra": "^11.2.0",
"github-api": "^3.4.0",
"glob": "^8.0.3",
"glob-promise": "^6.0.7",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-watch": "^1.1.0",
"jit-grunt": "^0.10.0",
"lodash": "^4.17.21",
"mkdirp": "^3.0.1",
"mocha": "^10.5.2",
"mz": "^2.7.0",
"npm": "^10.8.1",
"npm-check-updates": "^16.14.20",
"should": "^13.2.3",
"time-grunt": "^2.0.0",
"yaml": "^2.4.5"
},
"devDependencies": {
"twemoji": "^14.0.2"
},
"engines": {
"node": ">=12.13.0"
}
}