UNPKG

timezone-cast

Version:
45 lines (44 loc) 1.18 kB
{ "name": "timezone-cast", "version": "1.0.4", "description": "Change TZ windows to TZ Unix", "main": "./lib/main.js", "scripts": { "test": "jest --config jestconfig.json", "build": "tsc", "format": "prettier --write \"src/*.ts\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/Abomb777/timezone-cast.git" }, "keywords": [ "TZ", "timezone", "windows", "TZ", "timezone", "Unix" ], "author": "Anton.T", "license": "MIT", "bugs": { "url": "https://github.com/Abomb777/timezone-cast/issues" }, "homepage": "https://github.com/Abomb777/timezone-cast#readme", "devDependencies": { "@types/jest": "^29.0.3", "jest": "^28.1.3", "prettier": "^2.7.1", "ts-jest": "^28.0.8", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.8.3" } }