mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-03 06:28:01 +00:00
22 lines
511 B
JSON
22 lines
511 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"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "catalog:",
|
|
"@typescript-eslint/parser": "catalog:",
|
|
"eslint": "catalog:",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|