ts-types/package.json

25 lines
668 B
JSON

{
"name": "ts-types",
"version": "0.0.1",
"description": "Declares Typescript types for the OwlBoard stack",
"main": "index.js",
"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"
}
}