-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 KB
/
package.json
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
38
39
40
41
42
43
{
"name": "crizmas-form",
"version": "2.0.2",
"description": "Form tools used in conjunction with the crizmas-mvc framework.",
"license": "MIT",
"private": true,
"author": {
"name": "Raul-Sebastian Mihăilă",
"email": "raul.mihaila@gmail.com"
},
"type": "module",
"peerDependencies": {
"crizmas-mvc": "^2.0.5"
},
"homepage": "https://raulsebastianmihaila.github.io/crizmas-mvc-docs",
"repository": {
"type": "git",
"url": "https://github.com/raulsebastianmihaila/crizmas-form"
},
"bugs": "https://github.com/raulsebastianmihaila/crizmas-form/issues",
"keywords": [
"mvc",
"form",
"react",
"crizmas",
"reactjs",
"christmas",
"javascript",
"framework",
"front-end"
],
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest",
"test-coverage": "NODE_OPTIONS=--experimental-vm-modules npx jest --coverage"
},
"devDependencies": {
"crizmas-mvc": "^2.0.5",
"jest": "^27.5.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}