UNPKG

@cran/lib.vue.ref

Version:

Vue Reactivity Extensions

66 lines (65 loc) 1.54 kB
{ "name": "@cran/lib.vue.ref", "description": "Vue Reactivity Extensions", "version": "0.2.3", "author": "Cranberry", "license": "SEE LICENSE IN license.md", "exports": { ".": { "types": "./dts/index.d.ts", "import": "./mjs/index.js", "require": "./cjs/index.js" }, "./*": "./*" }, "main": "./cjs/index.js", "module": "./mjs/index.js", "typings": "./dts/index.d.ts", "files": [ "cjs", "dts", "mjs", "res", "src" ], "keywords": [ "cranberry", "lib", "vue", "ref" ], "scripts": { "env": "env", "lint": "eslint .", "doc:clean": "rm -rf doc", "predoc:build": "npm run doc:clean", "doc:build": "concurrently typedoc", "lib:clean": "rm -rf cjs mjs dts out", "prelib:build": "npm run lib:clean", "lib:build": "./node_modules/.bin/bind", "out:clean": "rm -rf out", "preout:build": "npm run out:clean", "out:build": "tsc", "clean": "concurrently npm:out:clean npm:doc:clean npm:lib:clean", "prebuild": "npm run clean && npm run lint", "build": "npm run lib:build", "prepublishOnly": "npm run build" }, "devDependencies": { "@cran/bin.bind": "^0.2.4", "@cran/etc.eslint": "^0.1.4", "@cran/tsconfig": "^0.2.0", "@types/node": "^20.3.3", "concurrently": "^8.2.0", "eslint": "^8.44.0", "typedoc": "^0.24.8", "typescript": "^5.1.6", "vue": ">=3.3.4 <4" }, "dependencies": { "tslib": "^2.6.0" }, "peerDependencies": { "vue": ">=3.3.4 <4" } }