2022-05-23 05:16:04 +03:00
|
|
|
{
|
|
|
|
"version": "1.0.0",
|
2022-06-01 14:44:40 +03:00
|
|
|
"type": "module",
|
2022-05-23 05:16:04 +03:00
|
|
|
"author": {
|
|
|
|
"name": "Enso Team",
|
|
|
|
"email": "contact@enso.org"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/enso-org/enso",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:enso-org/enso.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/enso-org/enso/issues"
|
|
|
|
},
|
|
|
|
"name": "root",
|
|
|
|
"private": true,
|
|
|
|
"workspaces": [
|
2022-08-10 04:41:44 +03:00
|
|
|
"lib/client",
|
2023-03-15 14:54:16 +03:00
|
|
|
"lib/common",
|
2022-05-23 05:16:04 +03:00
|
|
|
"lib/content",
|
2023-03-15 14:54:16 +03:00
|
|
|
"lib/dashboard",
|
|
|
|
"lib/dashboard/src/authentication",
|
2023-02-19 03:37:58 +03:00
|
|
|
"lib/content-config",
|
2022-08-10 04:41:44 +03:00
|
|
|
"lib/copy-plugin",
|
2023-03-31 17:19:07 +03:00
|
|
|
"lib/icons"
|
2022-05-23 05:16:04 +03:00
|
|
|
],
|
2022-09-19 22:02:18 +03:00
|
|
|
"devDependencies": {
|
2023-03-15 14:54:16 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
|
|
|
"@typescript-eslint/parser": "^5.55.0",
|
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
"eslint": "^8.36.0",
|
2023-03-31 17:19:07 +03:00
|
|
|
"eslint-plugin-jsdoc": "^40.0.2"
|
2022-09-19 22:02:18 +03:00
|
|
|
},
|
2022-05-23 05:16:04 +03:00
|
|
|
"scripts": {
|
2023-03-15 14:54:16 +03:00
|
|
|
"watch": "npm run watch --workspace enso-content",
|
2023-03-31 17:19:07 +03:00
|
|
|
"watch-dashboard": "npm run watch --workspace enso-dashboard",
|
|
|
|
"build-dashboard": "npm run build --workspace enso-dashboard"
|
2022-05-23 05:16:04 +03:00
|
|
|
}
|
|
|
|
}
|