UNPKG

wangsongc-test

Version:
44 lines (43 loc) 965 B
{ "name": "wangsongc-test", "version": "0.1.1", "description": "A ast parser for vue sfc", "main": "lib/index.js", "files": [ "src", "lib" ], "scripts": { "build": "tsc -p tsconfig.json", "test": "jest" }, "keywords": [ "vue", "sfc", "ast", "parser" ], "author": "Peter Lee", "license": "MulanPSL2", "bugs": { "url": "https://github.com/originjs/vue-sfc-ast-parser/issues" }, "homepage": "https://github.com/originjs/vue-sfc-ast-parser", "dependencies": { "@babel/types": "^7.12.12", "@types/jscodeshift": "^0.7.1", "@vue/compiler-core": "^3.0.5", "@vue/compiler-dom": "^3.0.5", "jscodeshift": "^0.11.0", "source-map": "^0.6.1", "vue-eslint-parser": "^7.6.0" }, "devDependencies": { "@types/eslint-scope": "^3.7.0", "@types/jest": "^26.0.23", "@types/node": "^12.12.47", "jest": "^27.0.3", "ts-jest": "^27.0.3", "typescript": "^4.3.5" } }