1
0

package.json 456 B

1234567891011121314151617181920
  1. {
  2. "name": "@zhgkpt/utils",
  3. "version": "1.0.0",
  4. "description": "智慧管控平台工具库",
  5. "scripts": {
  6. "test:unit": "vitest --environment jsdom",
  7. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path ../.gitignore"
  8. },
  9. "main": "index.js",
  10. "module": "index.js",
  11. "type": "module",
  12. "author": "",
  13. "license": "ISC",
  14. "devDependencies": {
  15. "lodash": "^4.17.21"
  16. },
  17. "dependencies": {
  18. "axios": "^1.4.0"
  19. }
  20. }