UNPKG

@ems-press/content-api-types

Version:

Typescript types for the EMS Press Content API

57 lines (56 loc) 1.47 kB
{ "name": "@ems-press/content-api-types", "version": "1.0.0-beta.51", "description": "Typescript types for the EMS Press Content API", "main": "dist/index.js", "types": "dist/index.d.ts", "typeScriptVersion": "4.1", "scripts": { "build": "rm -rf dist && ttsc", "lint": "eslint src --ext .ts", "prepublishOnly": "npm run build", "test": "echo \"Error: no test specified\" && exit 1", "yalc:publish": "yalc push" }, "repository": { "type": "git", "url": "git+https://github.com/ems-press/content-api-types.git" }, "keywords": [ "ems-press", "content-api", "typescript" ], "author": "André Gaul <gaul@ems.press>", "license": "GPL-3.0", "bugs": { "url": "https://github.com/ems-press/content-api-types/issues" }, "homepage": "https://github.com/ems-press/content-api-types#readme", "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.9.1", "@typescript-eslint/parser": "^4.9.1", "eslint": "^7.15.0", "eslint-config-prettier": "^7.0.0", "eslint-plugin-prettier": "^3.2.0", "husky": "^8.0.3", "lint-staged": "^13.2.1", "prettier": "^2.2.1", "ts-node": "^9.1.1", "ts-transformer-keys": "^0.4.3", "ttypescript": "^1.5.15", "typescript": "^4.1.3", "yalc": "^1.0.0-pre.48" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.ts": [ "eslint --fix" ] }, "dependencies": {} }