-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 965 Bytes
/
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
44
45
46
47
{
"version": "0.5.0",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist"
],
"engines": {
"node": ">=10"
},
"scripts": {
"build": "tsc",
"prepare": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sfelix-martins/webflow-form.git"
},
"bugs": {
"url": "https://github.com/sfelix-martins/webflow-form/issues"
},
"keywords": [
"webflow",
"forms",
"embed"
],
"peerDependencies": {},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "@smartinsf/webflow-form",
"author": "Samuel Martins",
"description": "A simple package to handle with webflow forms.",
"devDependencies": {
"@types/jest": "^26.0.14",
"@types/jsdom": "^16.2.4",
"jest": "^26.5.3",
"jsdom": "^16.4.0",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3",
"xhr-mock": "^2.5.1"
}
}