UNPKG
@jivanf/vest
Version:
latest (5.5.0-next-20250511-422d)
next (5.5.0-next-20250511-422d)
5.5.0-next-20250511-422d
Declarative Form Validations Framework
ealush/vest
@jivanf/vest
/
parser
/
package.json
11 lines
(10 loc)
•
276 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"main"
:
"../dist/cjs/parser.js"
,
"module"
:
"../dist/es/parser.production.js"
,
"unpkg"
:
"../dist/umd/parser.production.js"
,
"jsdelivr"
:
"../dist/umd/parser.production.js"
,
"name"
:
"parser"
,
"types"
:
"../types/parser.d.ts"
,
"license"
:
"MIT"
,
"private"
:
true
}