hijri-ma
Version:
```sh npm install ```
41 lines (40 loc) • 868 B
JSON
{
"name": "hijri-ma",
"version": "0.2.6",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"prepublish": "babel --ignore src/__mocks__ src --out-dir lib"
},
"keywords": [
"hijri-date",
"morocco",
"habous"
],
"author": {
"name": "Kafil Nasdami",
"email": "kafil.nasdami@gmail.com",
"url": "https://kafil.now.sh"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/node": "^7.10.1",
"@babel/preset-env": "^7.10.3",
"babel-jest": "^26.0.1",
"jest": "^26.0.1",
"nodemon": "^2.0.4"
},
"dependencies": {
"@types/jest": "^26.0.0",
"dayjs": "^1.8.28",
"jsdom": "^16.2.2"
},
"license": "MIT",
"repository": {
"type": "Github",
"url": "https://github.com/kafiln/hirji-ma"
}
}