UNPKG

@cran/vue.core

Version:

Cranberry Vue Core Utilities

64 lines (63 loc) 1.5 kB
{ "name": "@cran/vue.core", "version": "0.1.6", "description": "Cranberry Vue Core Utilities", "main": "cjs/index.js", "module": "mjs/index.js", "typings": "cjs/index.d.ts", "homepage": "https://c6s.gitlab.io/lib/vue/core/modules.html", "files": [ "cjs", "mjs" ], "scripts": { "clean": "rm -rf cjs mjs", "pretest": "concurrently npm:clean 'pnpm install'", "test": "eslint .", "prebuild": "pnpm install && npm run test", "build:cjs": "tsc -d", "build:mjs": "tsc --outDir mjs --module ESNext", "build": "concurrently npm:build:cjs npm:build:mjs", "predocument": "pnpm install", "document": "typedoc", "prepublishOnly": "npm run build" }, "keywords": [ "Cran", "Vue" ], "author": "Cranberry", "license": "CC-BY-ND-4.0", "eslintConfig": { "root": true, "extends": [ "plugin:@cran/web" ], "ignorePatterns": [ "cjs", "mjs", "public" ] }, "devDependencies": { "@cran/eslint-plugin": "^0.5.2", "@cran/tsconfig": "^0.1.2", "@cran/vue.ref": "^0.1.0", "@cran/vue.use": "^0.0.2", "@types/node": "^16.11.5", "@vue/runtime-dom": "^3.2.20", "concurrently": "^6.3.0", "eslint": "^8.1.0", "tslib": "^2.3.1", "typedoc": "^0.22.7", "typescript": "^4.4.4" }, "peerDependencies": { "@cran/vue.ref": "x", "@cran/vue.use": "x", "@vue/runtime-dom": ">=3.2 <4" }, "dependencies": { "browser-detect": "^0.2.28" } }