bebop
Version:
The TypeScript runtime for Bebop, a schema-based binary serialization format.
45 lines (44 loc) • 1.03 kB
JSON
{
"name": "bebop",
"version": "3.1.3",
"description": "The TypeScript runtime for Bebop, a schema-based binary serialization format.",
"keywords": [
"bebop",
"serialization",
"binary"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"homepage": "https://github.com/betwixt-labs/bebop",
"bugs": {
"url": "https://github.com/betwixt-labs/bebop/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/betwixt-labs/bebop.git",
"directory": "Runtime/TypeScript"
},
"scripts": {
"prepack": "tsup",
"prepare": "tsup",
"build": "tsup",
"test": "vitest"
},
"author": "The Bebop Authors",
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^20.2.3",
"tsup": "^7.0.0",
"typescript": "^5.1.3",
"vitest": "^0.32.2"
},
"dependencies": {}
}