vue-blox-expressions
Version:
Adds scripting support to vue-blox.
56 lines (55 loc) • 1.51 kB
JSON
{
"name": "vue-blox-expressions",
"version": "0.2.2",
"author": "Adam Eisfeld",
"license": "MIT",
"description": "Adds scripting support to vue-blox.",
"keywords": [
"vue-blox",
"vue",
"script",
"expr-eval"
],
"homepage": "https://github.com/AdamEisfeld/vue-blox-expressions#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/AdamEisfeld/vue-blox-expressions.git"
},
"bugs": {
"url": "https://github.com/AdamEisfeld/vue-blox-expressions/issues"
},
"type": "module",
"files": [
"dist"
],
"main": "dist/vue-blox-expressions.umd.js",
"module": "dist/vue-blox-expressions.es.js",
"types": "dist/index.d.ts",
"scripts": {
"lib:dev": "vite --config ./sandbox/vite.sandbox.config.ts",
"lib:build": "vite build && npm run lib:build:types",
"lib:build:types": "vue-tsc --project tsconfig.build-types.json --declaration --emitDeclarationOnly --outDir dist ",
"lib:typecheck": "vue-tsc --project tsconfig.build-types.json --noEmit",
"lib:test": "vitest run",
"lib:coverage": "vitest run --coverage"
},
"devDependencies": {
"@babel/types": "^7.20.5",
"@types/node": "^18.11.13",
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/coverage-c8": "^0.28.2",
"@vue/test-utils": "^2.2.6",
"@vue/tsconfig": "^0.1.3",
"jsdom": "^20.0.3",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-plugin-dts": "^1.7.1",
"vitest": "^0.25.8",
"vue-tsc": "^1.0.11"
},
"peerDependencies": {
"expr-eval": "^2.0.2",
"vue": "^3.2.45",
"vue-blox": "^0.7.0"
}
}