ejson2
Version:
Extended JSON Evolved
38 lines (37 loc) • 793 B
JSON
{
"name": "ejson2",
"description": "Extended JSON Evolved",
"version": "1.1.0",
"main": "lib/index.js",
"author": "Leonardo Venturini",
"license": "MIT",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"test": "bun run test",
"clean": "rimraf lib"
},
"dependencies": {
"base64-js": "^1.5.1"
},
"devDependencies": {
"@tstt/eslint-config": "^0.2.1",
"@types/chai": "^4.3.3",
"bun-types": "^1.0.2",
"rimraf": "^3.0.2",
"typescript": "^5.2.2"
},
"repository": "https://github.com/leonardoventurini/ejson2",
"bugs": {
"url": "https://github.com/leonardoventurini/ejson2/issues"
},
"keywords": [
"ejson",
"json",
"binary",
"serialization",
"deserialization",
"extended",
"extensible"
]
}