@pipedream/tookan
Version:
Pipedream Tookan Components
24 lines • 516 B
JSON
{
"name": "@pipedream/tookan",
"version": "0.0.3",
"description": "Pipedream Tookan Components",
"main": "dist/app/tookan.app.mjs",
"keywords": [
"pipedream",
"tookan"
],
"files": [
"dist"
],
"homepage": "https://pipedream.com/apps/tookan",
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@pipedream/types": "^0.1.4"
},
"dependencies": {
"@pipedream/platform": "^1.1.0"
}
}