UNPKG

hal-types

Version:

Typescript definitions for HAL

42 lines (41 loc) 869 B
{ "name": "hal-types", "version": "2.0.0", "description": "Typescript definitions for HAL", "main": "dist/index.js", "browser": "browser/ketting.min.js", "scripts": { "test": "make test", "prepublishOnly": "make build", "build": "make build", "lint": "make lint" }, "repository": { "type": "git", "url": "git+https://github.com/evert/ketting.git" }, "keywords": [ "rest", "hal", "hypermedia", "typescript", "json-hints", "hal" ], "author": "Evert Pot", "license": "MIT", "bugs": { "url": "https://github.com/evert/hal-types/issues" }, "homepage": "https://github.com/evert/hal-types#readme", "files": [ "src/", "dist/" ], "types": "dist/index.d.ts", "devDependencies": { "@eslint/js": "^9.14.0", "typescript": "^5.7.3", "typescript-eslint": "^8.13.0" } }