@illusionalsagacity/rescript-date
Version:
📆 Date manipulation in ReScript.
43 lines • 1.13 kB
JSON
{
"name": "@illusionalsagacity/rescript-date",
"description": "📆 Date manipulation in ReScript.",
"version": "2.1.2",
"scripts": {
"test": "yarn jest --coverage",
"re:clean": "yarn rescript clean",
"re:build": "yarn rescript build",
"re:dev": "yarn rescript 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": {
"@glennsl/rescript-jest": "^0.10.0",
"all-contributors-cli": "^6.20.0",
"coveralls": "^3.1.1",
"jest": "^29.7.0",
"rescript": "^11.1.4"
},
"publishConfig": {
"access": "public"
},
"packageManager": "yarn@4.5.0"
}