UNPKG

vue-ts-types

Version:

Lightweight TypeScript-first Vue prop type definitions

69 lines (68 loc) 1.79 kB
{ "name": "vue-ts-types", "version": "1.8.0", "description": "Lightweight TypeScript-first Vue prop type definitions", "keywords": [ "vue", "vue2", "vue3", "vuejs", "vuejs2", "vuejs3", "typescript", "prop-types", "props", "proptype-validators", "proptypes", "hacktoberfest" ], "homepage": "https://github.com/FloEdelmann/vue-ts-types", "bugs": { "url": "https://github.com/FloEdelmann/vue-ts-types/issues" }, "repository": { "type": "git", "url": "git+https://github.com/FloEdelmann/vue-ts-types.git" }, "license": "MIT", "author": "Flo Edelmann", "type": "commonjs", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc --project tsconfig.build.json", "format": "prettier . --write", "lint": "npm run lint:eslint && npm run lint:markdownlint && npm run lint:prettier", "lint:eslint": "eslint .", "lint:markdownlint": "markdownlint \"**/*.md\"", "lint:prettier": "prettier . --check", "test": "vitest run", "test:watch": "vitest watch", "type-test": "tstyche", "type-test:watch": "tstyche --watch" }, "devDependencies": { "@eslint/js": "^9.18.0", "@vitest/eslint-plugin": "^1.1.25", "eslint": "^9.18.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-package-json": "^0.19.0", "eslint-plugin-unicorn": "^56.0.1", "lefthook": "^1.10.4", "markdownlint-cli": "^0.43.0", "prettier": "3.4.2", "tstyche": "^3.4.0", "typescript": "^5.7.3", "typescript-eslint": "^8.19.1", "vitest": "^3.0.0-beta.4", "vue": "^3.5.13", "vue2-6": "npm:vue@~2.6.14", "vue2-7": "npm:vue@~2.7.16" }, "peerDependencies": { "vue": "^2.6 || ^3.2" } }