mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 07:28:01 +00:00
21 lines
474 B
JSON
21 lines
474 B
JSON
{
|
|
"name": "ontime-types",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"private": true,
|
|
"description": "shared typings for ontime",
|
|
"scripts": {
|
|
"cleanup": "rm -rf .turbo && rm -rf node_modules"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.48.1",
|
|
"@typescript-eslint/parser": "^5.48.1",
|
|
"eslint": "^8.31.0",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|