global-time
Version:
Gets UTC real time from http://worldtimeapi.org/api/timezone/Etc/UTC.
52 lines (51 loc) • 1.4 kB
JSON
{
"name": "global-time",
"version": "1.5.1",
"description": "Gets UTC real time from http://worldtimeapi.org/api/timezone/Etc/UTC.",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"test": "mocha test",
"build:clean": "rm -rf build/*",
"ts-compile": "tsc --declaration",
"my-compile": "node ../compile.js",
"build": "npm run build:clean && npm run ts-compile && npm run my-compile && npm test",
"publish:prepare": "mkdir -p ./build/build && mv ./build/* ./build/build; cp -r ./package* ./README.md ./test ./build",
"pu": "npm pu ./build",
"my-publish": "npm run publish:prepare && npm run pu"
},
"keywords": [
"global-time",
"time",
"UTC",
"UTC-time",
"real-time",
"world-time"
],
"author": {
"name": "ArthurKa",
"email": "arthur.katruk@gmail.com"
},
"license": "ISC",
"dependencies": {
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@arthurka/eslint": "^1.32.0",
"@types/node": "^14.14.35",
"@types/node-fetch": "^2.5.8",
"mocha": "^6.2.3",
"typescript": "^4.2.3"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArthurKa/global-time.git"
},
"bugs": {
"url": "https://github.com/ArthurKa/global-time/issues"
},
"homepage": "https://github.com/ArthurKa/global-time#readme"
}