tic-lib
Version:
泰链 NodeJS 开发者库
41 lines (40 loc) • 805 B
JSON
{
"name": "tic-lib",
"version": "1.1.0",
"description": "泰链 NodeJS 开发者库",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"tic",
"egg",
"extends",
"util",
"modules",
"lib"
],
"files": [
"lib"
],
"dependencies": {
"bignumber.js": "^9.0.0",
"egg": "^2.23.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.32"
},
"devDependencies": {
"eslint": "^6.3.0",
"eslint-config-egg": "^7.5.1"
},
"author": "iamljw",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/iamljw/tic-lib.git"
},
"bugs": {
"url": "https://github.com/iamljw/tic-lib/issues"
},
"homepage": "https://github.com/iamljw/tic-lib#readme"
}