obj-error
Version:
Object Object Error
32 lines (31 loc) • 694 B
JSON
{
"name": "obj-error",
"version": "0.3.8-alpha",
"description": "Object Object Error",
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"build": "rm -rf ./dist & yarn tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ALITHEALI/obj-error.git"
},
"keywords": [
"Obj"
],
"author": "Ali",
"license": "MIT",
"bugs": {
"url": "https://github.com/ALITHEALI/obj-error/issues"
},
"homepage": "https://github.com/ALITHEALI/obj-error#readme",
"devDependencies": {
"@types/node-fetch": "^2.5.7",
"typescript": "^3.8.3"
},
"dependencies": {
"node-fetch": "^2.6.0",
"unfetch": "^4.1.0"
}
}