Skip to content

Commit c5dabf2

Browse files
committed
Adding app scaffolding for crowdin
1 parent 738a55f commit c5dabf2

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

components/crowdin/package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "@pipedream/crowdin",
3+
"version": "0.0.1",
4+
"description": "Pipedream Crowdin Components",
5+
"main": "dist/app/crowdin.app.mjs",
6+
"keywords": [
7+
"pipedream",
8+
"crowdin"
9+
],
10+
"files": ["dist"],
11+
"homepage": "https://pipedream.com/apps/crowdin",
12+
"author": "Pipedream <support@pipedream.com> (https://pipedream.com/)",
13+
"license": "MIT",
14+
"publishConfig": {
15+
"access": "public"
16+
}
17+
}

0 commit comments

Comments
 (0)