{ "name": "glider", "version": "1.0.0", "description": "GLIDER is the definitive ServiceNow IDE or quoting Kush Panchbhai (VP, Product Platform), _the most amazing development experience_.", "scripts": { "ci": "npm ci --foreground-scripts --include-workspace-root --workspaces && npm run build", "build": "npm run build --if-present -ws && npm run copy-target", "build:prod": "PROD=true npm run build --if-present -ws && npm run copy-target", "copy-target": "zx scripts/copy-target.mjs", "ci:build": "npm run ci", "publish": "zx scripts/publish.mjs", "reset": "zx scripts/reset.mjs", "preversion": "npm install -DE zx@7.2.0", "version": "zx scripts/version.mjs", "lint": "eslint -c .eslintrc.json --ext js,ts,mjs" }, "repository": { "type": "git", "url": "git@code.devsnc.com:dev/glider.git" }, "contributors": [ "Rodrigo Fernandez ", "Richard Mahler " ], "license": "UNLICENSED", "workspaces": [ "packages/extensions/helloworld-web-sample", "packages/extensions/metadata-explorer", "packages/extensions/now-code-assist", "packages/app" ], "devDependencies": { "@servicenow/eslint-config-fluent": "^24.0.8", "@typescript-eslint/eslint-plugin": "^6.2.1", "eslint": "^8.46.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "handlebars": "4.7.7", "http-server": "14.1.1", "ini": "4.1.1", "live-server": "^1.2.2", "patch-package": "^8.0.0", "zx": "7.2.0" }, "engines": { "node": "16.17.0", "npm": "8.19.3" } }