{ "name": "@corpglory/tsdb-kit", "version": "1.1.1", "description": "", "scripts": { "build": "yarn build:lib && yarn build:bin", "build:lib": "tsc --p tsconfig.lib.json", "build:bin": "tsc --p tsconfig.bin.json", "dev": "tsc -w", "test": "jest --config jest.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/CorpGlory/tsdb-kit.git" }, "author": { "name": "CorpGlory Inc." }, "publishConfig": { "access": "public" }, "license": "", "bugs": { "url": "https://github.com/CorpGlory/tsdb-kit/issues" }, "homepage": "https://github.com/CorpGlory/tsdb-kit", "dependencies": { "axios": "^0.18.0", "moment": "^2.22.2", "url": "^0.11.0" }, "devDependencies": { "@types/lodash": "^4.14.165", "@types/jest": "24.0.0", "jest": "24.0.0", "ts-jest": "23.10.5", "typescript": "^4.1.2" }, "main": "./lib/index.js", "bin": { "tsdb-kit": "bin/tsdb-kit.js" }, "typings": "./lib/index.d.ts" }