forked from PipedreamHQ/pipedream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 747 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 747 Bytes
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
{
"name": "@pipedream/platform",
"version": "1.2.1",
"description": "Pipedream platform globals (typing and runtime type checking)",
"homepage": "https://pipedream.com",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc",
"test": "npm run build && jest"
},
"author": "Pipedream Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/PipedreamHQ/platform.git"
},
"dependencies": {
"axios": "^0.21.2",
"fp-ts": "^2.0.2",
"io-ts": "^2.0.0",
"querystring": "^0.2.1"
},
"devDependencies": {
"husky": "^3.0.0",
"jest": "^29.1.2",
"@octokit/core": "^3.6.0",
"typescript": "^3.5.3"
}
}