@hippy/vue-next
Version:
Vue-Next binding for Hippy native framework
61 lines (60 loc) • 1.38 kB
JSON
{
"name": "@hippy/vue-next",
"version": "3.3.2",
"description": "Vue-Next binding for Hippy native framework",
"author": "OpenHippy Team",
"homepage": "https://hippyjs.org",
"license": "Apache-2.0",
"entry": "./src/index.ts",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"repository": "https://github.com/Tencent/Hippy",
"bugs": {
"url": "https://github.com/Tencent/Hippy/issues"
},
"keywords": [
"hippy",
"hippy-vue-next",
"native",
"web",
"framework",
"compiler"
],
"files": [
"dist/index.js",
"dist/index.esm.js",
"dist/index.d.ts",
"README.md"
],
"peerDependencies": {
"@vue/runtime-core": "3.4.32",
"@vue/shared": "3.4.32"
},
"devDependencies": {
"@vue/runtime-core": "3.4.32",
"@vue/shared": "3.4.32"
},
"jest": {
"moduleNameMapper": {
"^src/(.*)$": "<rootDir>/src/$1",
"@hippy-vue-next-style-parser/(.*)$": "<rootDir>/../hippy-vue-next-style-parser/src/$1"
},
"modulePaths": [
"<rootDir>"
],
"preset": "ts-jest",
"setupFiles": [
"<rootDir>/__test__/setup.ts"
],
"testEnvironment": "node",
"testMatch": [
"**/*.test.ts"
],
"verbose": true
},
"publishConfig": {
"access": "public"
},
"gitHead": "06b0beccd8b6a56929ef80601b53ac6e83fd226c"
}