UNPKG

chiyum-composable

Version:
60 lines (59 loc) 1.41 kB
{ "name": "chiyum-composable", "version": "1.0.3", "description": "a test npm package for vue3 composables", "main": "dist/index.cjs.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.es.js", "require": "./dist/index.cjs.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "src", "README.md" ], "scripts": { "build": "vite build", "dev": "vite build --watch", "lint": "eslint . --ext .ts --fix", "type-check": "vue-tsc --noEmit", "prepublishOnly": "yarn build" }, "keywords": [ "vue", "vue3", "composables", "sport", "typescript" ], "author": "George(chiyum) <pray870712@gmail.com>", "license": "MIT", "peerDependencies": { "vue": "^3.3.0" }, "repository": { "type": "git", "url": "https://github.com/yourusername/sport-logic.git" }, "bugs": { "url": "https://github.com/yourusername/sport-logic/issues" }, "homepage": "https://github.com/yourusername/sport-logic#readme", "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@vue/tsconfig": "^0.4.0", "eslint": "^8.0.0", "terser": "^5.43.1", "typescript": "^5.0.0", "vite": "^5.0.0", "vite-plugin-dts": "^3.0.0", "vue": "^3.3.0", "vue-tsc": "^1.8.0" } }