{ "name": "enso-content", "version": "1.0.0", "type": "module", "author": { "name": "Enso Team", "email": "contact@enso.org" }, "homepage": "https://github.com/enso-org/ide", "repository": { "type": "git", "url": "git@github.com:enso-org/ide.git" }, "bugs": { "url": "https://github.com/enso-org/ide/issues" }, "scripts": { "typecheck": "tsc --build", "build": "tsx bundle.ts", "watch": "tsx watch.ts", "start": "tsx start.ts" }, "dependencies": { "@types/semver": "^7.3.9", "enso-content-config": "^1.0.0", "react-toastify": "^9.1.3" }, "devDependencies": { "@esbuild-plugins/node-globals-polyfill": "^0.2.3", "@esbuild-plugins/node-modules-polyfill": "^0.2.2", "@eslint/js": "^8.49.0", "@types/connect": "^3.4.35", "@types/morgan": "^1.9.4", "@types/serve-static": "^1.15.1", "@types/sharp": "^0.31.1", "@types/to-ico": "^1.1.1", "@types/ws": "^8.5.4", "@typescript-eslint/eslint-plugin": "^6.7.2", "@typescript-eslint/parser": "^6.7.2", "enso-dashboard": "^0.1.0", "esbuild": "^0.19.3", "esbuild-plugin-copy-directories": "^1.0.0", "esbuild-plugin-time": "^1.0.0", "esbuild-plugin-yaml": "^0.0.1", "eslint": "^8.49.0", "eslint-plugin-jsdoc": "^46.8.1", "globals": "^13.20.0", "portfinder": "^1.0.32", "tsx": "^3.12.6", "typescript": "~5.2.2" }, "optionalDependencies": { "@esbuild/darwin-x64": "^0.17.15", "@esbuild/linux-x64": "^0.17.15", "@esbuild/windows-x64": "^0.17.15" } }