summaryrefslogtreecommitdiff
path: root/core/package.json
blob: 3edce17dc46a588d7f4a3a4eb57dc646755b733e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "@nvandoorn/naive-core",
  "version": "1.5.0",
  "description": "A naive NoSQL database",
  "main": "dist/database.js",
  "types": "dist/database.d.ts",
  "scripts": {
    "build": "tsc && typedoc --out docs src",
    "test": "jest src"
  },
  "author": "Nicholas Van Doorn",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^23.3.13",
    "@types/node": "^10.12.18",
    "jest": "^23.6.0",
    "ts-jest": "^23.10.5",
    "ts-node": "^7.0.1",
    "typedoc": "^0.14.2",
    "typescript": "^3.2.4"
  }
}