-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 727 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 727 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
{
"name": "@dynamicfrm/js",
"version": "1.0.9",
"main": "index.js",
"type": "module",
"scripts": {
"test": "jest"
},
"keywords": ["formularios dinámicos", "construcción de formularios", "frontend", "JavaScript"],
"description": "Librería en JavaScript para crear formularios personalizados.",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0"
},
"jest": {
"transform": {
"^.+\\.jsx?$": "babel-jest"
},
"testEnvironment": "node"
},
"repository": {
"type": "git",
"url": "https://github.com/backsoul/dynamic-form-js"
},
"author": "Daniel Sarmiento Cuervo",
"license": "ISC"
}