binhvan
Version:
27 lines (26 loc) • 507 B
JSON
{
"name": "binhvan",
"version": "0.1.0",
"type": "module",
"files": ["dist"],
"keywords": ["ssg", "van", "bun"],
"repository": {
"url": "https://github.com/binhtran432k/binhvan.git",
"type": "git"
},
"exports": {
".": "./dist/index.js",
"./layouts": "./dist/layouts.js",
"./components": "./dist/components.js"
},
"scripts": {
"gen": "bun scripts/gen.ts"
},
"peerDependencies": {
"mini-van-plate": "^0.6.3"
},
"devDependencies": {
"@types/bun": "*",
"oxc-transform": "*"
}
}