物管理前端
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.

38 lines
975 B

  1. {
  2. "name": "pinyin-match",
  3. "version": "1.2.5",
  4. "description": "支持多音字, 繁体字,首字母缩写的拼音搜索引擎",
  5. "typings": "index.d.ts",
  6. "main": "lib/main.js",
  7. "unpkg": "dist/main.js",
  8. "module": "es/main.js",
  9. "scripts": {
  10. "test": "mocha",
  11. "build": "cross-env NODE_ENV=production rollup -c",
  12. "dev": "rollup -c -w"
  13. },
  14. "keywords": [
  15. "拼音",
  16. "chinese",
  17. "pinyin",
  18. "match"
  19. ],
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/xmflswood/pinyin-match.git"
  23. },
  24. "author": "774898896@qq.com",
  25. "license": "SATA",
  26. "devDependencies": {
  27. "@babel/core": "^7.12.9",
  28. "@babel/plugin-transform-runtime": "^7.12.10",
  29. "@babel/preset-env": "^7.12.7",
  30. "babel-plugin-add-module-exports": "^1.0.4",
  31. "cross-env": "^7.0.3",
  32. "mocha": "^5.2.0",
  33. "rollup": "^2.50.1",
  34. "rollup-plugin-babel": "^4.4.0",
  35. "rollup-plugin-serve": "^1.1.0",
  36. "rollup-plugin-terser": "^7.0.2"
  37. }
  38. }