mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
31 lines
778 B
JSON
31 lines
778 B
JSON
{
|
|
"name": "enso-runner",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"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"
|
|
},
|
|
"@comment scripts": {
|
|
"build": "We are using tsup to be able to generate the bundled .d.ts file. It is the only solution that works. See the following link for reference: https://github.com/Microsoft/TypeScript/issues/4433"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/enso-org/enso/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.9.0",
|
|
"typescript": "^5.5.3"
|
|
},
|
|
"dependencies": {
|
|
"spectorjs": "^0.9.27"
|
|
}
|
|
}
|