123456789101112131415161718192021222324 |
- {
- "name": "vue-sfc-descriptor-to-string",
- "version": "1.0.0",
- "description": "Convert SFCDescriptor to source",
- "main": "index.js",
- "scripts": {
- "test": "jest"
- },
- "homepage": "https://github.com/psalaets/vue-sfc-descriptor-to-string",
- "repository": {
- "type": "git",
- "url": "https://github.com/psalaets/vue-sfc-descriptor-to-string.git"
- },
- "keywords": ["vue", "sfc", "parse", "stringify"],
- "author": "Paul Salaets <psalaets@gmail.com>",
- "license": "MIT",
- "devDependencies": {
- "jest": "^22.3.0",
- "vue-template-compiler": "^2.5.13"
- },
- "dependencies": {
- "indent-string": "^3.2.0"
- }
- }
|