@flatfile/safe-api
Version:
Flatfile Safe API client with streaming capabilities
56 lines (55 loc) • 1.29 kB
JSON
{
"name": "@flatfile/safe-api",
"version": "1.3.15",
"description": "Flatfile Safe API client with streaming capabilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"test": "jest --passWithNoTests",
"prepare": "npm run build",
"prepublishOnly": "npm test",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},
"dependencies": {
"@flatfile/api": "^1.0.0",
"@flatfile/records": "^1.2.2",
"@flatfile/util-common": "^1.7.0",
"extendable-error": "^0.1.7",
"jsonlines": "^0.1.1",
"modern-async": "^2.0.4"
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/jsonlines": "^0.1.3",
"@types/node": "^20.0.0",
"jest": "^29.0.0",
"ts-jest": "^29.0.0",
"typescript": "^5.0.0"
},
"keywords": [
"flatfile",
"api",
"streaming",
"safe"
],
"author": "Flatfile",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/FlatFilers/safe-api"
},
"bugs": {
"url": "https://github.com/FlatFilers/safe-api/issues"
},
"homepage": "https://github.com/FlatFilers/safe-api#readme",
"publishConfig": {
"access": "public"
}
}