-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.26 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
44
45
46
47
48
49
50
51
{
"name": "form-auto-content",
"version": "3.2.1",
"description": "Build a form without headache",
"main": "index.js",
"types": "./types/index.d.ts",
"scripts": {
"lint": "standard",
"lint:fix": "standard --fix",
"test": "tap test/**/*.test.js && tsd",
"test:typescript": "tsd"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eomm/form-auto-content.git"
},
"engines": {
"node": ">=14.0.0"
},
"keywords": [
"form",
"form-auto-content",
"x-www-form-urlencoded",
"multipart",
"form-data",
"form-enctype",
"enctype"
],
"author": "Manuel Spigolon <[email protected]> (https://github.com/Eomm)",
"funding": "https://github.com/Eomm/form-auto-content?sponsor=1",
"license": "MIT",
"bugs": {
"url": "https://github.com/Eomm/form-auto-content/issues"
},
"homepage": "https://github.com/Eomm/form-auto-content#readme",
"devDependencies": {
"@fastify/multipart": "^8.0.0",
"@types/node": "^22.0.0",
"fastify": "^4.17.0",
"light-my-request": "^6.0.0",
"multiparty": "^4.2.1",
"standard": "^17.0.0",
"tap": "^16.3.0",
"tsd": "^0.31.0",
"typescript": "^5.1.6"
},
"dependencies": {
"fast-querystring": "^1.0.0",
"form-data": "^4.0.0"
}
}