mirror of
https://github.com/enso-org/enso.git
synced 2024-11-29 17:22:57 +03:00
5faddf52f0
- Fix ESLint errors - Add documentation for *some* functions with blank documentation # Important Notes None
27 lines
595 B
JSON
27 lines
595 B
JSON
{
|
|
"version": "0.1.0",
|
|
"name": "ydoc-server-polyglot",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"author": {
|
|
"name": "Enso Team",
|
|
"email": "contact@enso.org"
|
|
},
|
|
"main": "./dist/main.js",
|
|
"scripts": {
|
|
"compile": "node ./build.mjs build",
|
|
"start": "node ./dist/main.cjs",
|
|
"dev:watch": "node ./build.mjs watch",
|
|
"lint": "eslint . --max-warnings=0"
|
|
},
|
|
"dependencies": {
|
|
"ydoc-shared": "workspace:*",
|
|
"ydoc-server": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild-plugin-wasm": "^1.1.0",
|
|
"esbuild": "^0.23.0",
|
|
"typescript": "^5.5.3"
|
|
}
|
|
}
|