mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-04 15:08:01 +00:00
23 lines
536 B
JSON
23 lines
536 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",
|
|
"lint": "eslint . --quiet",
|
|
"lint-staged": "eslint"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^v7.12.0",
|
|
"@typescript-eslint/parser": "^7.12.0",
|
|
"eslint": "^8.56.0",
|
|
"typescript": "^5.4.3"
|
|
}
|
|
}
|