{ "name": "nuxt-framework", "license": "MIT", "workspaces": [ "packages/*", "examples/*" ], "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", "example": "yarn workspace example-$0 dev", "example:build": "yarn workspace example-$0 build", "lint": "eslint --ext .vue,.ts,.js .", "test": "yarn lint && jest", "test:compat": "TEST_COMPAT=1 jest", "version": "yarn && git add yarn.lock" }, "resolutions": { "nuxt3": "workspace:./packages/nuxt3" }, "devDependencies": { "@nuxtjs/eslint-config": "^6.0.1", "@nuxtjs/eslint-config-typescript": "^6.0.1", "@types/jest": "^26.0.23", "@types/node": "^14.17.4", "@types/object-hash": "^2", "esbuild": "^0.12.12", "eslint": "^7.29.0", "eslint-plugin-jsdoc": "^35.4.1", "globby": "^11.0.4", "jest": "^27.0.6", "jiti": "^1.10.1", "lerna": "^4.0.0", "object-hash": "^2.2.0", "typescript": "^4.3.4", "unbuild": "^0.3.1" } }