-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "@ahmedhassan713/object-2-formdata",
"version": "1.0.3",
"description": "given an object, it transforms it to formData ready to be sent to the backend",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup index.ts --format cjs,esm --dts",
"lint": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saver711/object-2-formdata.git"
},
"keywords": [
"object",
"formdata",
"formData",
"objectToFormData",
"serialize",
"js",
"javascript",
"react",
"reactjs",
"object to formdata",
"object to formData"
],
"author": "Ahmed Hassan (Saver711)",
"license": "MIT",
"bugs": {
"url": "https://github.com/saver711/object-2-formdata/issues"
},
"homepage": "https://github.com/saver711/object-2-formdata#readme",
"devDependencies": {
"@changesets/cli": "^2.26.1",
"tsup": "^6.7.0",
"typescript": "^5.0.4"
}
}