You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"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/jest": "^26.0.15",
|
|
|
|
"@types/lodash": "^4.14.165",
|
|
|
|
"jest": "^26.6.3",
|
|
|
|
"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"
|
|
|
|
}
|