package.json 636 B

123456789101112131415161718192021222324
  1. {
  2. "name": "vue-sfc-descriptor-to-string",
  3. "version": "1.0.0",
  4. "description": "Convert SFCDescriptor to source",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "jest"
  8. },
  9. "homepage": "https://github.com/psalaets/vue-sfc-descriptor-to-string",
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/psalaets/vue-sfc-descriptor-to-string.git"
  13. },
  14. "keywords": ["vue", "sfc", "parse", "stringify"],
  15. "author": "Paul Salaets <psalaets@gmail.com>",
  16. "license": "MIT",
  17. "devDependencies": {
  18. "jest": "^22.3.0",
  19. "vue-template-compiler": "^2.5.13"
  20. },
  21. "dependencies": {
  22. "indent-string": "^3.2.0"
  23. }
  24. }