UNPKG

lucy-cli

Version:
104 lines (103 loc) 2.85 kB
{ "type": "module", "name": "lucy-cli", "version": "1.2.5", "description": "Lucy Framework for WIX Studio Editor", "main": ".dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "dev": "tsc -w" }, "repository": { "type": "git", "url": "git+https://github.com/Integral-Systems/wix-lucy-cli.git" }, "keywords": [ "WIX", "Studio", "Velo", "WIX Studio", "CLI", "Typescript" ], "author": "Gradlon von Känel", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/Integral-Systems/wix-lucy-cli/issues" }, "homepage": "https://github.com/Integral-Systems/wix-lucy-cli#readme", "bin": "./dist/index.js", "publishConfig": { "registry": "https://registry.npmjs.org" }, "dependencies": { "@swc/core": "^1.9.3", "@wix/cli": "^1.0.83", "@wix/eslint-plugin-cli": "^1.0.1", "chalk": "^5.3.0", "cypress": "13.15.2", "cypress-cloud": "^1.9.3", "enquirer": "^2.4.1", "glob": "^7.2.3", "gulp": "4.0.2", "gulp-clean": "^0.4.0", "gulp-cli": "3.0.0", "gulp-concat": "^2.6.1", "gulp-exec": "^5.0.0", "gulp-flatmap": "^1.0.2", "gulp-if": "^3.0.0", "gulp-insert": "^0.5.0", "gulp-jest": "^4.0.4", "gulp-json-editor": "2.6.0", "gulp-plumber": "^1.2.1", "gulp-rename": "^2.0.0", "gulp-sass": "^5.1.0", "gulp-shell": "^0.8.0", "gulp-string-replace": "^1.1.2", "gulp-swc": "^2.2.0", "gulp-tap": "^2.0.0", "gulp-typedoc": "^3.0.2", "gulp-typescript": "5.0.1", "gulp-wait": "^0.0.2", "jest": "^29.7.0", "merge-stream": "^2.0.0", "merge2": "^1.4.1", "optimist": "^0.6.1", "prettier": "^3.0.3", "sass": "^1.65.1", "simple-git": "^3.20.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typedoc": "0.26.11", "typescript": "^5.6.3", "velo-sync": "^0.0.9" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/glob": "^8.1.0", "@types/gulp": "^4.0.17", "@types/gulp-concat": "^0.0.37", "@types/gulp-insert": "^0.5.13", "@types/gulp-json-editor": "^2.2.36", "@types/gulp-plumber": "^0.0.37", "@types/gulp-rename": "^2.0.6", "@types/gulp-sass": "^5.0.4", "@types/gulp-tap": "^1.0.5", "@types/jest": "^29.5.3", "@types/merge-stream": "2.0.0", "@types/merge2": "^1.4.4", "@types/optimist": "^0.0.33", "@typescript-eslint/eslint-plugin": "8.14.0", "@typescript-eslint/parser": "8.14.0", "@typescript-eslint/utils": "8.14.0", "eslint": "9.14.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsdoc": "50.5.0", "eslint-plugin-named-import-spacing": "^1.0.3", "eslint-plugin-simple-import-sort": "12.1.1", "i": "^0.3.7", "npm": "^11.0.0", "ts-node": "^10.9.1" } }