2023-07-17 02:51:54 +01:00
|
|
|
{
|
2023-08-01 13:36:08 +01:00
|
|
|
"name": "@owlboard/ts-types",
|
2024-04-17 12:44:17 +01:00
|
|
|
"version": "1.0.2",
|
2023-07-17 02:51:54 +01:00
|
|
|
"description": "Declares Typescript types for the OwlBoard stack",
|
2023-08-01 14:39:48 +01:00
|
|
|
"main": "index.ts",
|
2023-07-17 02:51:54 +01:00
|
|
|
"scripts": {
|
2023-08-04 00:25:14 +01:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"build": "echo \"Error: project contains only types, not buildable\" && exit 1",
|
|
|
|
"run": "echo \"Error: project contains only types, not runnable\" && exit 1"
|
2023-07-17 02:51:54 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git.fjla.uk/owlboard/ts-types"
|
|
|
|
},
|
|
|
|
"author": "Frederick Boniface",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"devDependencies": {
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
|
|
"eslint": "^8.45.0",
|
|
|
|
"eslint-config-standard-with-typescript": "^36.1.0",
|
|
|
|
"eslint-plugin-import": "^2.27.5",
|
|
|
|
"eslint-plugin-n": "^16.0.1",
|
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
|
|
"typescript": "^5.1.6"
|
|
|
|
}
|
|
|
|
}
|