• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "flatbuffers",
3  "version": "2.0.6",
4  "description": "Memory Efficient Serialization Library",
5  "files": [
6    "js/**/*.js",
7    "js/**/*.d.ts",
8    "mjs/**/*.js",
9    "mjs/**/*.d.ts",
10    "ts/**/*.ts"
11  ],
12  "main": "js/index.js",
13  "module": "mjs/index.js",
14  "directories": {
15    "doc": "docs",
16    "test": "tests"
17  },
18  "scripts": {
19    "test": "npm run compile && cd tests && python3 ./TypeScriptTest.py",
20    "compile": "tsc && tsc -p tsconfig.mjs.json",
21    "prepublishOnly": "npm install --only=dev && npm run compile"
22  },
23  "repository": {
24    "type": "git",
25    "url": "git+https://github.com/google/flatbuffers.git"
26  },
27  "keywords": [
28    "flatbuffers"
29  ],
30  "author": "The FlatBuffers project",
31  "license": "SEE LICENSE IN LICENSE.txt",
32  "bugs": {
33    "url": "https://github.com/google/flatbuffers/issues"
34  },
35  "homepage": "https://google.github.io/flatbuffers/",
36  "dependencies": {},
37  "devDependencies": {
38    "@bazel/typescript": "^5.2.0",
39    "@types/node": "17.0.21",
40    "@typescript-eslint/eslint-plugin": "^4.12.0",
41    "@typescript-eslint/parser": "^4.12.0",
42    "eslint": "^7.17.0",
43    "typescript": "^4.5.5"
44  }
45}
46