You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
920 B
35 lines
920 B
{
|
|
"name": "flatbuffers",
|
|
"version": "1.12.0",
|
|
"description": "Memory Efficient Serialization Library",
|
|
"files": [
|
|
"js/flatbuffers.js",
|
|
"js/flatbuffers.mjs"
|
|
],
|
|
"main": "js/flatbuffers",
|
|
"module": "js/flatbuffers.mjs",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "tests/JavaScriptTest.sh",
|
|
"append-esm-export": "sed \"s/this.flatbuffers = flatbuffers;/export { flatbuffers };/\" js/flatbuffers.js > js/flatbuffers.mjs",
|
|
"prepublishOnly": "npm run append-esm-export"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/google/flatbuffers.git"
|
|
},
|
|
"keywords": [
|
|
"flatbuffers"
|
|
],
|
|
"author": "The FlatBuffers project",
|
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
"bugs": {
|
|
"url": "https://github.com/google/flatbuffers/issues"
|
|
},
|
|
"homepage": "https://google.github.io/flatbuffers/",
|
|
"dependencies": {}
|
|
}
|