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.

50 lines
1.2 KiB

4 years ago
{
"name": "@corpglory/tsdb-kit",
1 year ago
"version": "2.0.4",
4 years ago
"description": "",
"scripts": {
"build": "yarn build:lib && yarn build:bin",
3 years ago
"build:lib": "tsc --p lib.tsconfig.json",
2 years ago
"build:bin": "webpack --config webpack.config.js",
"dev:lib": "tsc --p lib.tsconfig.json -w",
"dev:bin": "webpack --watch --config webpack.config.js",
"test": "jest"
4 years ago
},
"repository": {
"type": "git",
2 years ago
"url": "git+https://code.corpglory.net/hastic/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": {
2 years ago
"url": "https://code.corpglory.net/hastic/tsdb-kit/issues"
4 years ago
},
2 years ago
"homepage": "https://code.corpglory.net/hastic/tsdb-kit",
4 years ago
"dependencies": {
"axios": "^0.18.0",
"moment": "^2.22.2",
"url": "^0.11.0"
},
"devDependencies": {
3 years ago
"@types/jest": "^26.0.15",
3 years ago
"@types/lodash": "^4.14.165",
"argparse": "^2.0.1",
3 years ago
"jest": "^26.6.3",
3 years ago
"ts-jest": "^26.4.4",
2 years ago
"ts-loader": "^9.3.1",
"typescript": "^4.1.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
4 years ago
},
"main": "./lib/index.js",
"bin": {
"tsdb-kit": "bin/tsdb-kit.js"
},
4 years ago
"typings": "./lib/index.d.ts"
}