Spaces:
Sleeping
Sleeping
File size: 556 Bytes
cd6720a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {
"name": "@levischuck/tiny-cbor",
"version": "0.2.11",
"description": "Tiny CBOR library",
"repository": {
"type": "git",
"url": "git+https://github.com/levischuck/tiny-cbor.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/levischuck/tiny-cbor/issues"
},
"main": "./script/index.js",
"module": "./esm/index.js",
"exports": {
".": {
"import": "./esm/index.js",
"require": "./script/index.js"
}
},
"devDependencies": {
"@types/node": "^20.9.0"
},
"_generatedBy": "dnt@0.40.0"
} |