|
3 | 3 | "version": "0.0.0-semantically-released",
|
4 | 4 | "description": "Simple and complete Vue DOM testing utilities that encourage good testing practices.",
|
5 | 5 | "main": "dist/vue-testing-library.js",
|
| 6 | + "types": "types/index.d.ts", |
6 | 7 | "scripts": {
|
7 | 8 | "format": "kcd-scripts format",
|
8 | 9 | "build": "kcd-scripts build",
|
9 | 10 | "lint": "kcd-scripts lint",
|
10 | 11 | "test": "kcd-scripts test",
|
11 | 12 | "test:update": "npm test -- --updateSnapshot --coverage",
|
12 | 13 | "validate": "kcd-scripts validate",
|
| 14 | + "typecheck": "dtslint ./types/", |
13 | 15 | "setup": "npm install && npm run validate -s"
|
14 | 16 | },
|
15 | 17 | "engines": {
|
16 | 18 | "node": ">10.18"
|
17 | 19 | },
|
18 | 20 | "files": [
|
| 21 | + "types", |
19 | 22 | "dist",
|
20 | 23 | "cleanup-after-each.js"
|
21 | 24 | ],
|
|
42 | 45 | "dependencies": {
|
43 | 46 | "@babel/runtime": "^7.11.2",
|
44 | 47 | "@testing-library/dom": "^7.24.3",
|
45 |
| - "@types/testing-library__vue": "^5.0.0", |
46 | 48 | "@vue/test-utils": "^1.1.0"
|
47 | 49 | },
|
48 | 50 | "devDependencies": {
|
|
51 | 53 | "apollo-boost": "^0.4.9",
|
52 | 54 | "apollo-cache-inmemory": "^1.6.6",
|
53 | 55 | "axios": "^0.20.0",
|
| 56 | + "dtslint": "^4.0.4", |
54 | 57 | "eslint-plugin-vue": "^6.2.2",
|
55 | 58 | "graphql": "^15.3.0",
|
56 | 59 | "graphql-tag": "^2.11.0",
|
|
60 | 63 | "lodash.merge": "^4.6.2",
|
61 | 64 | "msw": "^0.21.2",
|
62 | 65 | "portal-vue": "^2.1.7",
|
| 66 | + "typescript": "^4.0.5", |
63 | 67 | "vee-validate": "^2.2.15",
|
64 | 68 | "vue": "^2.6.12",
|
65 | 69 | "vue-apollo": "^3.0.4",
|
|
0 commit comments