2023-01-27 03:09:09 +03:00
{
2024-03-07 05:20:21 +03:00
"name" : "enso-runner" ,
2023-01-27 03:09:09 +03:00
"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" : {
2023-09-22 06:43:25 +03:00
"typecheck" : "tsc --noEmit" ,
"lint" : "eslint src"
2023-01-27 03:09:09 +03:00
} ,
"bugs" : {
"url" : "https://github.com/enso-org/enso/issues"
} ,
"devDependencies" : {
2024-07-05 14:13:04 +03:00
"@types/node" : "^20.11.21" ,
"@typescript-eslint/eslint-plugin" : "^7.15.0" ,
"@typescript-eslint/parser" : "^7.15.0" ,
2023-09-22 06:43:25 +03:00
"eslint" : "^8.49.0" ,
"eslint-plugin-jsdoc" : "^46.8.1" ,
2024-07-05 14:13:04 +03:00
"typescript" : "^5.5.3"
2023-01-27 03:09:09 +03:00
} ,
"dependencies" : {
"spectorjs" : "^0.9.27"
}
}