get-time-types
Version:
获取时间工具
17 lines (16 loc) • 553 B
JSON
{
"name": "get-time-types",
"version": "0.2.3",
"description": "获取时间工具",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": ["ts","getTime","time","processing Time","获取时间","当前时间","未来时间","过去时间"],
"scripts": {
"build": "tsc",
"test": "mocha --reporter spec",
"cover": "istanbul cover node_modules/mocha/bin/_mocha test/*.js -- -R spec"
},
"readmeFilename": "README.md",
"author": "DingNanLin",
"license": "ISC"
}