UNPKG

hal-object

Version:

object for the Hal mediatype

53 lines (52 loc) 1.52 kB
{ "name": "hal-object", "version": "4.0.0", "description": "object for the Hal mediatype", "author": "Trevor Kerby", "homepage": "https://gitlab.com/073TruantKernel/hal-object#readme", "license": "ISC", "bugs": { "url": "https://gitlab.com/073TruantKernel/hal-object/issues" }, "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "repository": { "type": "git", "url": "git+https://gitlab.com/073TruantKernel/hal-object.git" }, "keywords": [ "hal", "object", "mediatype" ], "files": [ "lib/" ], "scripts": { "test": "jest", "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", "prepublishOnly": "npm run tsc", "fmt": "prettier -w ." }, "devDependencies": { "@babel/core": "^7.12.3", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-decorators": "^7.12.1", "@babel/plugin-proposal-optional-chaining": "^7.12.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-modules-commonjs": "^7.12.1", "@babel/plugin-transform-runtime": "^7.12.1", "@babel/preset-env": "^7.12.1", "@babel/preset-typescript": "^7.12.1", "@types/jest": "^26.0.15", "@typescript-eslint/eslint-plugin": "^4.5.0", "@typescript-eslint/parser": "^4.5.0", "babel-jest": "^26.6.0", "eslint": "^7.11.0", "eslint-config-prettier": "^6.14.0", "jest": "^26.6.0", "prettier": "2.1.2", "ts-jest": "^26.4.1", "typescript": "^4.0.3" } }