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