@illusionalsagacity/rescript-date
Version:
📆 Date manipulation in ReScript.
45 lines (44 loc) • 1.19 kB
JSON
{
"name": "@illusionalsagacity/rescript-date",
"description": "📆 Date manipulation in ReScript.",
"version": "2.1.3",
"scripts": {
"test": "yarn vitest --coverage",
"re:clean": "yarn rescript-legacy clean",
"re:build": "yarn rescript-legacy build",
"re:dev": "yarn rescript-legacy build -w",
"generate:contributors": "yarn all-contributors generate"
},
"license": "MIT",
"keywords": [
"rescript",
"date",
"time",
"datetime"
],
"files": [
"src/!(*.bs.js)",
"*.md",
"bsconfig.json",
"package.json"
],
"author": "Marcin Dziewulski <hello@mobily.pl>",
"homepage": "https://github.com/illusionalsagacity/rescript-date#readme",
"bugs": "https://github.com/illusionalsagacity/rescript-date/issues",
"repository": {
"type": "git",
"url": "https://github.com/illusionalsagacity/rescript-date.git"
},
"devDependencies": {
"@vitest/coverage-v8": "^4.0.9",
"all-contributors-cli": "^6.20.0",
"coveralls": "^3.1.1",
"rescript": "12.0.0-rc.4",
"rescript-vitest": "^2.1.1",
"vitest": "^4.0.9"
},
"publishConfig": {
"access": "public"
},
"packageManager": "yarn@4.5.0"
}