xcraft-core-utils
Version:
59 lines (58 loc) • 1.45 kB
JSON
{
"name": "xcraft-core-utils",
"version": "4.18.1",
"description": "Xcraft utils",
"main": "index.js",
"engines": {
"node": ">=14"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"xcraft",
"utils",
"helpers"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Xcraft-Inc/xcraft-core-utils.git"
},
"author": "Mathieu Schroeter",
"license": "MIT",
"dependencies": {
"ansi-regex": "^5.0.1",
"escape-regexp": "0.0.1",
"escape-string-regexp": "^1.0.5",
"figlet": "^1.2.1",
"fs-extra": "^11.3.0",
"got": "^13.0.0",
"gigawatts": "^4.0.1",
"js-yaml": "^3.9.0",
"JSONStream": "^1.3.5",
"linked-list": "^1.0.4",
"lodash": "^4.17.20",
"locks": "^0.2.2",
"@npcz/magic": "^1.3.16",
"picocolors": "^1.1.1",
"prop-types": "^15.7.2",
"uuid": "^8.3.2",
"xcraft-core-busclient": "^5.0.0",
"xcraft-core-fs": "^2.0.0",
"xcraft-core-log": "^2.0.0",
"xcraft-traverse": "^0.7.0",
"@zip.js/zip.js": "^2.7.45"
},
"bugs": {
"url": "https://github.com/Xcraft-Inc/xcraft-core-utils/issues"
},
"homepage": "https://github.com/Xcraft-Inc/xcraft-core-utils#readme",
"devDependencies": {
"chai": "^5.2.0",
"mocha": "^11.2.2",
"prettier": "2.0.4",
"xcraft-dev-prettier": "^2.0.0",
"xcraft-dev-rules": "^4.4.2"
},
"prettier": "xcraft-dev-prettier"
}