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.
37 lines
826 B
37 lines
826 B
{ |
|
"name": "@corpglory/tsdb-kit", |
|
"version": "1.0.0", |
|
"description": "", |
|
"scripts": { |
|
"build": "tsc", |
|
"dev": "tsc -w", |
|
"test": "jest --config jest.config.js" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/CorpGlory/tsdb-kit.git" |
|
}, |
|
"author": "CorpGlory Inc.", |
|
"publishConfig": { |
|
"access": "public" |
|
}, |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/CorpGlory/tsdb-kit/issues" |
|
}, |
|
"homepage": "https://github.com/CorpGlory/tsdb-kit", |
|
"dependencies": { |
|
"axios": "^0.18.0", |
|
"lodash": "^4.17.19", |
|
"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" |
|
}
|
|
|