@simonbluhm/timely
Version:
working with date and time in javascript
42 lines (41 loc) • 1.28 kB
JSON
{
"name": "@simonbluhm/timely",
"version": "3.0.1",
"description": "working with date and time in javascript",
"module": "dist/timely.js",
"type": "module",
"scripts": {
"test": "mocha",
"watch": "rollup --config --environment BUILD:development --watch",
"build": "rollup --c --environment BUILD:production",
"publish:patch": "npm run build && npm version patch && npm publish --access public",
"publish:minor": "npm run build && npm version minor && npm publish --access public",
"publish:major": "npm run build && npm version major && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anaestheticsapp/timely.git"
},
"keywords": [
"timely"
],
"author": "Simon Bluhm",
"license": "ISC",
"bugs": {
"url": "https://github.com/anaestheticsapp/timely/issues"
},
"homepage": "https://github.com/anaestheticsapp/timely#readme",
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.1",
"chai": "^4.3.4",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-prettier": "^3.3.1",
"mocha": "^9.2.1",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"rollup": "^2.45.2",
"tslib": "^2.3.1",
"typescript": "^4.6.2"
}
}