{ "name": "naive", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "tsc && typedoc --out docs src", "test": "jest" }, "author": "", "license": "ISC", "dependencies": { "@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" } }