-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 945 Bytes
/
package.json
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
32
33
34
35
{
"name": "community-crew-sdk-scripts",
"version": "1.0.0",
"description": "Monorepo for Zeplin Node SDK scripts used by Community Crew",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeplin/community-crew-sdk-scripts.git"
},
"author": "Josh Harsono",
"license": "ISC",
"bugs": {
"url": "https://github.com/zeplin/community-crew-sdk-scripts/issues"
},
"homepage": "https://github.com/zeplin/community-crew-sdk-scripts#readme",
"dependencies": {
"@zeplin/sdk": "^1.19.0",
"axios": "^0.27.2",
"axios-rate-limit": "^1.3.0",
"commander": "^9.4.0",
"dotenv": "^16.0.1",
"json-2-csv": "^5.5.1",
"p-limit": "^4.0.0",
"progress": "^2.0.3"
},
"devDependencies": {
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0"
}
}