ts-types/package.json

27 lines
845 B
JSON
Raw Normal View History

2023-07-17 02:51:54 +01:00
{
2023-08-01 13:36:08 +01:00
"name": "@owlboard/ts-types",
2024-06-30 21:35:30 +01:00
"version": "1.2.0",
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": {
"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"
}
}