UNPKG

corifeus-builder

Version:
65 lines 1.78 kB
{ "name": "corifeus-builder", "version": "2026.4.143", "corifeus": { "icon": "fas fa-gavel", "code": "Make", "publish": true, "nodejs": "v24.14.1", "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 <alabard@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/patrikx3/corifeus-builder/issues" }, "homepage": "https://corifeus.com/corifeus-builder", "dependencies": { "corifeus-utils": "^2025.4.123", "download": "^8.0.0", "extract-zip": "^2.0.1", "fs-extra": "^11.3.4", "github-api": "^3.4.0", "glob": "^13.0.6", "glob-promise": "^6.0.7", "grunt": "^1.6.2", "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.18.1", "mkdirp": "^3.0.1", "mocha": "^11.7.5", "mz": "^2.7.0", "npm": "^11.12.1", "npm-check-updates": "^21.0.2", "should": "^13.2.3", "time-grunt": "^2.0.0", "yaml": "^2.8.3" }, "devDependencies": { "twemoji": "^14.0.2" }, "engines": { "node": ">=12.13.0" } }