UNPKG

wotsui-vue-directives

Version:
43 lines (42 loc) 1.18 kB
{ "name": "wotsui-vue-directives", "version": "1.0.14", "description": "Vue Directives for WotsUI", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "prepare": "npm run build", "prepublishOnly": "npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags", "build": "tsc", "format": "prettier --write src/**/*.ts", "lint": "tslint -p tsconfig.json", "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "lib/**/*" ], "repository": { "type": "git", "url": "git+https://github.com/iamthewots/wotsui-vue-directives.git" }, "keywords": [ "Vue", "WotsUI" ], "author": "Leonardo Scarfò", "license": "UNLICENSED", "bugs": { "url": "https://github.com/iamthewots/wotsui-vue-directives/issues" }, "homepage": "https://github.com/iamthewots/wotsui-vue-directives#readme", "devDependencies": { "prettier": "^2.3.0", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.2.4", "vue": "^3.0.0" } }