Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
36 lines
721 B
Plaintext
36 lines
721 B
Plaintext
{
|
|
"name": "object-to-formdata",
|
|
"version": "4.5.1",
|
|
"keywords": [
|
|
"form",
|
|
"formdata",
|
|
"javascript",
|
|
"object",
|
|
"object-to-formdata",
|
|
"submit"
|
|
],
|
|
"repository": "github:therealparmesh/object-to-formdata",
|
|
"license": "MIT",
|
|
"author": "Parmesh Krishen",
|
|
"main": "src/index.js",
|
|
"types": "types.d.ts",
|
|
"scripts": {
|
|
"prepare": "pro-commit",
|
|
"pro-commit:task": "pretty-quick --staged",
|
|
"test": "jest --coverage"
|
|
},
|
|
"prettier": {
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
},
|
|
"jest": {
|
|
"testEnvironment": "jsdom"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^27.4.7",
|
|
"prettier": "^2.8.1",
|
|
"pretty-quick": "^3.1.3",
|
|
"pro-commit": "^1.2.3"
|
|
}
|
|
}
|