blob: d01680a0f702d72c559ab5e6735e8cfb2523c9fd [file] [log] [blame]
Shintaro Abeec8038c2017-02-11 07:19:11 +09001{
2 "name": "flatbuffers",
Haibo Huangb9f6b1a2020-03-16 15:41:29 -07003 "version": "1.12.0",
Shintaro Abeec8038c2017-02-11 07:19:11 +09004 "description": "Memory Efficient Serialization Library",
Kamil Rojewski30bae012018-11-16 18:17:54 +01005 "files": [
6 "js/flatbuffers.js",
7 "js/flatbuffers.mjs"
8 ],
Paul Taylor0e8a2182017-12-01 14:18:43 -08009 "main": "js/flatbuffers",
10 "module": "js/flatbuffers.mjs",
Shintaro Abeec8038c2017-02-11 07:19:11 +090011 "directories": {
12 "doc": "docs",
13 "test": "tests"
14 },
15 "scripts": {
Paul Taylor0e8a2182017-12-01 14:18:43 -080016 "test": "tests/JavaScriptTest.sh",
Wouter van Oortmerssenb78c4332018-10-25 13:47:08 -070017 "append-esm-export": "sed \"s/this.flatbuffers = flatbuffers;/export { flatbuffers };/\" js/flatbuffers.js > js/flatbuffers.mjs",
Paul Taylor0e8a2182017-12-01 14:18:43 -080018 "prepublishOnly": "npm run append-esm-export"
Shintaro Abeec8038c2017-02-11 07:19:11 +090019 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/google/flatbuffers.git"
23 },
24 "keywords": [
25 "flatbuffers"
26 ],
27 "author": "The FlatBuffers project",
28 "license": "SEE LICENSE IN LICENSE.txt",
29 "bugs": {
30 "url": "https://github.com/google/flatbuffers/issues"
31 },
Kamil Rojewski30bae012018-11-16 18:17:54 +010032 "homepage": "https://google.github.io/flatbuffers/",
33 "dependencies": {}
Shintaro Abeec8038c2017-02-11 07:19:11 +090034}