@bingolands/vue
Version:
BingoLands Vue renderer
47 lines • 974 B
JSON
{
"name": "@bingolands/vue",
"version": "0.0.2",
"description": "BingoLands Vue renderer",
"keywords": [
"bingo",
"render",
"vue"
],
"homepage": "https://github.com/yjl9903/BingoLands#readme",
"bugs": {
"url": "https://github.com/yjl9903/BingoLands/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yjl9903/BingoLands.git"
},
"license": "AGPL-3.0",
"author": "XLor",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"bingolands": "0.0.2"
},
"peerDependencies": {
"vue": "^3.5.16"
},
"scripts": {
"build": "unbuild",
"test": "vitest",
"test:ci": "vitest --run",
"typecheck": "tsc --noEmit"
}
}