vanjs-ext
Version:
The official extension library for VanJS
49 lines (48 loc) • 967 B
JSON
{
"name": "vanjs-ext",
"version": "0.6.3",
"description": "The official extension library for VanJS",
"files": [
"src/van-x.js",
"src/van-x.d.ts",
"dist/van-x.nomodule.js",
"dist/van-x.nomodule.min.js"
],
"type": "module",
"main": "src/van-x.js",
"browser": "src/van-x.js",
"scripts": {
"build": "bash scripts/build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vanjs-org/van.git"
},
"keywords": [
"VanJS",
"UI",
"UI Framework",
"Minimalist",
"Grab-n-go",
"Lightweight",
"Library",
"Reactive",
"Extension",
"DOM",
"DOM Manipulation"
],
"author": "Tao Xin",
"license": "MIT",
"bugs": {
"url": "https://github.com/vanjs-org/van/issues"
},
"homepage": "https://vanjs.org/x",
"dependencies": {
"vanjs-core": "^1.5.5"
},
"devDependencies": {
"node-jq": "^6.0.1",
"terser": "^5.21.0",
"typescript": "^5.2.2"
}
}