UNPKG

teaofwallet

Version:

Customizable camera library for Vue 3, within asking permission to user.

45 lines 1.02 kB
{ "name": "teaofwallet", "version": "1.3.3", "description": "Customizable camera library for Vue 3, within asking permission to user.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup" }, "keywords": [ "vue-camera", "vue3-camera", "vue", "camera" ], "repository": { "type": "git", "url": "https://github.com/coderInGit/teaofwallet.git" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "bugs": { "url": "https://github.com/coderInGit/teaofwallet.git/issues" }, "author": "coderInGit", "license": "ISC", "devDependencies": { "@types/node": "^20.11.20", "@typescript-eslint/eslint-plugin": "^7.0.2", "@typescript-eslint/parser": "^7.0.2", "eslint": "^8.57.0", "prettier": "^3.2.5", "tsup": "^8.0.2", "typescript": "^5.3.3" }, "dependencies": { "console-log-json": "^3.0.2" } }