{ "name": "nuxt-framework", "license": "MIT", "workspaces": [ "packages/*", "docs" ], "scripts": { "build": "FORCE_COLOR=1 lerna run prepack --stream --no-prefix", "stub": "lerna run prepack -- --stub", "release": "yarn && yarn lint && FORCE_COLOR=1 lerna publish -m \"chore: release\" && yarn stub", "docs": "yarn nu dev docs", "nu": "./node_modules/.bin/nu", "play": "yarn run nu dev playground", "lint": "eslint --ext .vue,.ts,.js .", "test": "yarn lint && jest", "test:compat": "TEST_COMPAT=1 jest", "version": "yarn && git add yarn.lock" }, "resolutions": { "esbuild": "0.10.2" }, "devDependencies": { "@nuxtjs/eslint-config": "^6.0.0", "@nuxtjs/eslint-config-typescript": "^6.0.0", "@types/jest": "^26.0.22", "@types/node": "^14.14.41", "@types/object-hash": "^2", "eslint": "^7.24.0", "eslint-plugin-jsdoc": "^32.3.1", "jest": "^26.6.3", "jiti": "^1.9.1", "lerna": "^4.0.0", "object-hash": "^2.1.1", "ts-jest": "^26.5.5", "typescript": "^4.2.4", "unbuild": "^0.2.2" } }