enso/app/ide-desktop/lib/content-config/package.json
2023-02-19 01:37:58 +01:00

19 lines
388 B
JSON

{
"name": "enso-content-config",
"version": "1.0.0",
"type": "module",
"main": "src/index.ts",
"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"
}
}