-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1006 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@bvarberg/testdouble-component",
"version": "0.1.0-pre.13",
"description": "Extends testdouble with support for React components",
"main": "dist/testdouble-component.umd.js",
"module": "dist/testdouble-component.mjs",
"types": "dist/testdouble-component.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc && vite build"
},
"peerDependencies": {
"react": "^18 || ^17",
"testdouble": "^3"
},
"devDependencies": {
"@types/node": "^16.11.7",
"@types/react": "^18.0.17",
"@vitejs/plugin-react": "^2.1.0",
"testdouble": "^3.16.6",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vite-plugin-dts": "^1.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bvarberg/testdouble-component.git"
},
"author": "Byron Varberg",
"license": "MIT",
"bugs": {
"url": "https://github.com/bvarberg/testdouble-component/issues"
},
"homepage": "https://github.com/bvarberg/testdouble-component#readme"
}