enso/app/ide-desktop/lib/ts-plugin-namespace-auto-import/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
431 B
JSON
Raw Normal View History

{
"name": "ts-plugin-namespace-auto-import",
"version": "1.0.0",
"type": "commonjs",
"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"
},
"devDependencies": {
"typescript": "^5.3.3"
}
}