UNPKG

simple-cbor

Version:

Encode and decode CBOR documents.

39 lines (38 loc) 832 B
{ "name": "simple-cbor", "version": "0.4.1", "description": "Encode and decode CBOR documents.", "main": "src/index.js", "types": "src/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "prepublishOnly": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/hansl/simple-cbor.git" }, "keywords": [ "CBOR", "lowlevel", "low-level", "simple", "typescript", "types", "JSON" ], "author": "Hans Larsen <hans@larsen.online>", "license": "ISC", "bugs": { "url": "https://github.com/hansl/simple-cbor/issues" }, "homepage": "https://github.com/hansl/simple-cbor#readme", "devDependencies": { "@types/jest": "^25.2.1", "jest": "^26.0.1", "prettier": "^2.0.5", "ts-jest": "^25.5.0", "typescript": "^3.8.3" } }