{ "name": "misskey", "version": "12.112.0-beta.16", "codename": "indigo", "repository": { "type": "git", "url": "https://github.com/misskey-dev/misskey.git" }, "packageManager": "yarn@3.2.1", "workspaces": [ "packages/client", "packages/backend", "packages/sw" ], "private": true, "scripts": { "build": "yarn workspaces foreach run build && yarn run gulp", "start": "yarn workspace backend run start", "start:test": "yarn workspace backend run start:test", "init": "yarn migrate", "migrate": "yarn workspace backend run migrate", "migrateandstart": "yarn migrate && yarn start", "gulp": "gulp build", "watch": "yarn dev", "dev": "node ./scripts/dev.js", "lint": "yarn workspaces foreach run lint", "cy:open": "cypress open --browser --e2e --config-file=cypress.config.ts", "cy:run": "cypress run", "e2e": "start-server-and-test start:test http://localhost:61812 cy:run", "mocha": "yarn workspace backend run mocha", "test": "yarn mocha", "format": "gulp format", "clean": "node ./scripts/clean.js", "clean-all": "node ./scripts/clean-all.js", "cleanall": "yarn clean-all" }, "dependencies": { "eslint": "^8.16.0", "execa": "5.1.1", "gulp": "4.0.2", "gulp-cssnano": "2.1.3", "gulp-rename": "2.0.0", "gulp-replace": "1.1.3", "gulp-terser": "2.1.0", "js-yaml": "4.1.0" }, "devDependencies": { "@types/gulp": "4.0.9", "@types/gulp-rename": "2.0.1", "@typescript-eslint/eslint-plugin": "latest", "@typescript-eslint/parser": "5.30.0", "cross-env": "7.0.3", "cypress": "10.3.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-vue": "latest", "start-server-and-test": "1.14.0", "typescript": "4.7.4", "vue-eslint-parser": "^9.0.2" } }