UNPKG

persian-date-parser

Version:

Parse date to various formats with Jalali support

40 lines (39 loc) 1.21 kB
{ "name": "persian-date-parser", "version": "2.1.0", "description": "Parse date to various formats with Jalali support", "author": "Remisa Yousefvand <remisa.yousefvand@gmail.com>", "license": "GPL-3.0-or-later", "homepage": "https://github.com/yousefvand/persian-date-parser#readme", "main": "index.js", "scripts": { "prepublish": "./node_modules/.bin/rollup --config", "test": "./node_modules/.bin/jest --detectOpenHandles --verbose --coverage", "coverage": "jest --ci --coverage && node_modules/.bin/codecov", "spellcheck": "./node_modules/.bin/cspell --config .vscode/settings.json \"lib/*\" \"tests/*\"" }, "repository": { "type": "git", "url": "git+https://github.com/yousefvand/persian-date-parser.git" }, "bugs": { "url": "https://github.com/yousefvand/persian-date-parser/issues" }, "keywords": [ "date", "parser", "Persian", "Jalali", "Shamsi" ], "devDependencies": { "@rollup/plugin-commonjs": "^15.0.0", "@rollup/plugin-node-resolve": "^9.0.0", "codecov": "^3.7.2", "cspell": "^4.1.0", "jest": "^26.4.2", "rollup": "^2.26.11", "rollup-plugin-terser": "^7.0.2", "standard": "^14.3.4" } }