-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 956 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 956 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
38
39
40
41
{
"name": "vue-tform",
"version": "1.0.5",
"description": "Lightweight Vue 2 form control library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/davidN96/tform",
"repository": {
"type": "git",
"url": "https://github.com/davidN96/tform"
},
"keywords": [
"Vue Form",
"TForm",
"Vue Form control",
"Form helper",
"Form builder",
"Form creator",
"Form state management",
"Validation",
"Form validation control",
"Vue 2",
"Vue 3"
],
"files": [
"/dist"
],
"scripts": {
"build": "tsc"
},
"license": "MIT",
"dependencies": {
"@types/yup": "^0.29.13",
"yup": "^0.32.11"
},
"person": {
"name": "David Nienajadlo",
"email": "dawidnienajadlo96@gmail.com",
"url": "https://github.com/davidN96"
}
}