We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738a55f commit c5dabf2Copy full SHA for c5dabf2
1 file changed
components/crowdin/package.json
@@ -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