package.json 620 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@ycxxkj/uniapp",
  3. "version": "1.0.9",
  4. "description": "ycxxkj uniapp libs",
  5. "main": "./dist/index.js",
  6. "types": "./dist/index.d.ts",
  7. "scripts": {
  8. "prepublish": "npm run build",
  9. "test": "mocha --reporter spec",
  10. "build": "npm version patch && tsc"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/sgsycxxkj/ycxxkj-uniapp"
  15. },
  16. "keywords": [
  17. "uniapp"
  18. ],
  19. "type": "module",
  20. "author": "ycxxkj",
  21. "license": "ISC",
  22. "devDependencies": {
  23. "@dcloudio/types": "^3.3.3",
  24. "typescript": "^5.1.6"
  25. },
  26. "dependencies": {
  27. "await-to-js": "^3.0.0"
  28. }
  29. }