package.json 342 B

12345678910111213141516171819
  1. {
  2. "name": "designer-hub",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {},
  7. "keywords": [],
  8. "author": "",
  9. "license": "ISC",
  10. "dependencies": {
  11. "wot-design-uni": "1.5.1"
  12. },
  13. "resolutions": {
  14. "bin-wrapper": "npm:bin-wrapper-china"
  15. },
  16. "devDependencies": {
  17. "@types/qs": "^6.9.17"
  18. }
  19. }