Austin Schuh | 4ac96a8 | 2019-08-14 20:24:23 -0700 | [diff] [blame] | 1 | { |
| 2 | "name": "flatbuffers", |
| 3 | "version": "1.11.0", |
| 4 | "description": "Memory Efficient Serialization Library", |
| 5 | "files": [ |
| 6 | "js/flatbuffers.js", |
| 7 | "js/flatbuffers.mjs" |
| 8 | ], |
| 9 | "main": "js/flatbuffers", |
| 10 | "module": "js/flatbuffers.mjs", |
| 11 | "directories": { |
| 12 | "doc": "docs", |
| 13 | "test": "tests" |
| 14 | }, |
| 15 | "scripts": { |
| 16 | "test": "tests/JavaScriptTest.sh", |
| 17 | "append-esm-export": "sed \"s/this.flatbuffers = flatbuffers;/export { flatbuffers };/\" js/flatbuffers.js > js/flatbuffers.mjs", |
| 18 | "prepublishOnly": "npm run append-esm-export" |
| 19 | }, |
| 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 | }, |
| 32 | "homepage": "https://google.github.io/flatbuffers/", |
| 33 | "dependencies": {} |
| 34 | } |