ts-types/package.json

25 lines
678 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",
2023-08-02 21:24:12 +01:00
"version": "0.0.5",
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"
},
"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"
}
}