package.json 280 B

123456789101112131415
  1. {
  2. "name": "miniscmv3",
  3. "version": "1.0.0",
  4. "main": "main.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "author": "",
  9. "license": "ISC",
  10. "description": "",
  11. "dependencies": {
  12. "crypto-js": "^4.2.0",
  13. "moment": "^2.30.1"
  14. }
  15. }