You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

64 line
1.9 KiB

  1. {
  2. "name": "jalali-moment",
  3. "version": "3.3.11",
  4. "description": "Manipulate and convert Jalali and Gregorian date easily",
  5. "author": {
  6. "name": "Mojtaba Zarei (Fingerpich)",
  7. "email": "zarei.bs@gmail.com"
  8. },
  9. "license": "MIT",
  10. "keywords": [
  11. "manipulate",
  12. "validate",
  13. "jalali",
  14. "convert",
  15. "miladi",
  16. "shamsi",
  17. "typescript",
  18. "javascript",
  19. "persian",
  20. "khorshidi",
  21. "date",
  22. "time",
  23. "calendar"
  24. ],
  25. "main": "jalali-moment.js",
  26. "scripts": {
  27. "report-coverage": "export CODACY_PROJECT_TOKEN=7f46b99d0c1e4e0e9f176d98d70f972c; istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage",
  28. "test": "mocha --reporter spec --ui bdd --colors --check-leaks test.js",
  29. "build": "webpack --config webpack.browser.js",
  30. "dev": "webpack --progress --colors --watch",
  31. "make-npm-pack": "mkdir -p pkg;cp * ./pkg;cp -r node_modules/ ./pkg/node_modules; cp npmdoc.md ./pkg/README.md; cd ./pkg;npm run build",
  32. "publish-npm-pack": "npm publish pkg;rm -rf pkg",
  33. "lint": "eslint jalali-moment.js && eslint test.js"
  34. },
  35. "homepage": "https://github.com/fingerpich/jalali-moment",
  36. "bugs": {
  37. "url": "https://github.com/fingerpich/jalali-moment/issues"
  38. },
  39. "repository": {
  40. "type": "git",
  41. "url": "git://github.com/fingerpich/jalali-moment.git"
  42. },
  43. "bin": {
  44. "jalalim": "./cli.js"
  45. },
  46. "devDependencies": {
  47. "chai": "^4.2.0",
  48. "codacy-coverage": "^3.4.0",
  49. "eslint": "^7.2.0",
  50. "istanbul": "^0.4.5",
  51. "mocha": "^8.0.1",
  52. "mocha-lcov-reporter": "^1.3.0",
  53. "uglifyjs-webpack-plugin": "^2.1.1",
  54. "webpack": "^5.15.0",
  55. "webpack-cli": "^4.3.1"
  56. },
  57. "dependencies": {
  58. "commander": "^7.0.0",
  59. "inquirer": "^8.0.0",
  60. "moment": "^2.26.0"
  61. },
  62. "typings": "./jalali-moment.d.ts"
  63. }