package.json 294 B

1234567891011121314
  1. {
  2. "name": "test",
  3. "version": "1.0.1",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build": "vite build"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "http://112.124.9.106:10300/hk/component-lib.git"
  13. }
  14. }