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.

45 lines
1.0 KiB

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