@pipedream/platform
Version:
Pipedream platform globals (typing and runtime type checking)
34 lines • 824 B
JSON
{
"name": "@pipedream/platform",
"version": "3.1.0",
"description": "Pipedream platform globals (typing and runtime type checking)",
"homepage": "https://pipedream.com",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Pipedream Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/PipedreamHQ/platform.git"
},
"dependencies": {
"axios": "^1.7.4",
"fp-ts": "^2.0.2",
"io-ts": "^2.0.0",
"mime-types": "^3.0.1",
"querystring": "^0.2.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@octokit/core": "^3.6.0",
"husky": "^3.0.0",
"jest": "^29.1.2",
"type-fest": "^4.15.0",
"typescript": "^3.5.3"
},
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc",
"test": "npm run build && jest"
}
}