UNPKG

vue-ts-types

Version:

Lightweight TypeScript-first Vue prop type definitions

74 lines (73 loc) 1.89 kB
{ "name": "vue-ts-types", "version": "1.8.1", "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.27.0", "@types/eslint-config-prettier": "^6.11.3", "@vitest/eslint-plugin": "^1.2.1", "eslint": "^9.27.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-package-json": "^0.31.0", "eslint-plugin-unicorn": "^59.0.1", "jiti": "^2.4.2", "lefthook": "^1.11.13", "markdownlint-cli": "^0.45.0", "prettier": "3.5.3", "tstyche": "^3.5.0", "typescript": "^5.8.3", "typescript-eslint": "^8.32.1", "vitest": "^3.1.4", "vue": "^3.5.15", "vue2-6": "npm:vue@~2.6.14", "vue2-7": "npm:vue@~2.7.16" }, "peerDependencies": { "vue": "^2.6 || ^3.2" }, "engines": { "node": ">=12" } }