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.
49 lines
1.2 KiB
49 lines
1.2 KiB
{ |
|
"name": "@corpglory/tsdb-kit", |
|
"version": "2.0.4", |
|
"description": "", |
|
"scripts": { |
|
"build": "yarn build:lib && yarn build:bin", |
|
"build:lib": "tsc --p lib.tsconfig.json", |
|
"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" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://code.corpglory.net/hastic/tsdb-kit.git" |
|
}, |
|
"author": { |
|
"name": "CorpGlory Inc." |
|
}, |
|
"publishConfig": { |
|
"access": "public" |
|
}, |
|
"license": "Apache-2.0", |
|
"bugs": { |
|
"url": "https://code.corpglory.net/hastic/tsdb-kit/issues" |
|
}, |
|
"homepage": "https://code.corpglory.net/hastic/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", |
|
"argparse": "^2.0.1", |
|
"jest": "^26.6.3", |
|
"ts-jest": "^26.4.4", |
|
"ts-loader": "^9.3.1", |
|
"typescript": "^4.1.2", |
|
"webpack": "^5.74.0", |
|
"webpack-cli": "^4.10.0" |
|
}, |
|
"main": "./lib/index.js", |
|
"bin": { |
|
"tsdb-kit": "bin/tsdb-kit.js" |
|
}, |
|
"typings": "./lib/index.d.ts" |
|
}
|
|
|