{ "name": "@jdbernard/vue-common", "version": "1.0.0", "description": "Extra stuff I always use when building Vue applications.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "scripts": { "build": "tsc --build tsconfig.json", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.jdb-software.com/jdb/vue-common.git" }, "keywords": [ "vuejs", "vue", "state", "util" ], "author": "Jonathan Bernard ", "license": "MIT", "devDependencies": { "typescript": "^4.5.5" }, "dependencies": { "@jdbernard/logging": "^1.1.3" } }