vue3-jest
Version:
Jest Vue transform
79 lines (78 loc) • 1.69 kB
JSON
{
"name": "vue3-jest",
"version": "27.0.0-alpha.1",
"description": "Jest Vue transform",
"main": "lib/index.js",
"files": [
"lib"
],
"keywords": [
"jest",
"vue",
"jest vue",
"jest vue transform",
"jest vue preprocessor",
"vue jest",
"vue jest",
"vue jest transform",
"vue jest preprocessor"
],
"scripts": {
"release": "semantic-release",
"test": "echo \"There are no unit tests yet. Run e2e/3.x/ tests instead.\""
},
"author": "Edd Yerburgh",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.0",
"@vue/compiler-sfc": "^3.0.3",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.0.0",
"conventional-changelog": "^1.1.5",
"jest": "^27.0.0",
"jest-cli": "^27.0.0",
"semantic-release": "^15.13.2",
"ts-jest": "^27.0.1",
"typescript": "^4.1.2",
"vue": "^3.0.3"
},
"peerDependencies": {
"@babel/core": "7.x",
"babel-jest": "27.x",
"jest": "27.x",
"ts-jest": "27.x",
"typescript": ">= 3.x",
"vue": "^3.0.0-0"
},
"peerDependenciesMeta": {
"ts-jest": {
"optional": true
},
"typescript": {
"optional": true
}
},
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"chalk": "^2.1.0",
"convert-source-map": "^1.6.0",
"extract-from-css": "^0.4.4",
"source-map": "0.5.6",
"tsconfig": "^7.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-jest.git"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,json,css,md,vue}": [
"yarn format",
"git add"
]
}
}