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.

39 lines
815 B

4 years ago
{
"name": "@corpglory/tsdb-kit",
4 years ago
"version": "1.1.1",
4 years ago
"description": "",
"scripts": {
"build": "tsc",
"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": "",
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": {
"@types/jest": "24.0.0",
"jest": "24.0.0",
"ts-jest": "23.10.5",
"typescript": "3.3.1"
},
"main": "./lib/index.js",
"typings": "./lib/index.d.ts"
}