volleyball-dev-frontend/node_modules/date-arithmetic/package.json
2025-06-02 16:42:16 +00:00

35 lines
801 B
JSON

{
"name": "date-arithmetic",
"version": "4.1.0",
"description": "simple date math util",
"main": "index.cjs.js",
"module": "index.js",
"scripts": {
"test": "node -r esm test.js",
"prepublishOnly": "rollup --input index.js --file index.cjs.js --format cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jquense/date-math.git"
},
"keywords": [
"moment",
"date",
"math"
],
"author": {
"name": "Jason Quense @monasticpanic"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jquense/date-math/issues"
},
"homepage": "https://github.com/jquense/date-math",
"devDependencies": {
"esm": "^3.2.25",
"rollup": "^1.14.4"
},
"readme": "ERROR: No README data found!",
"_id": "date-arithmetic@4.0.1"
}