package.json 592 B

123456789101112131415161718192021222324
  1. {
  2. "name": "default",
  3. "version": "1.0.0",
  4. "description": "Default template for fis scaffold",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/fis-scaffold/default.git"
  12. },
  13. "keywords": [
  14. "fis",
  15. "scaffold"
  16. ],
  17. "author": "xt",
  18. "license": "",
  19. "bugs": {
  20. "url": "https://github.com/fis-scaffold/default/issues"
  21. },
  22. "homepage": "https://github.com/fis-scaffold/default",
  23. "dependencies": {}
  24. }