freeCodeCamp/tools/crowdin/package.json

20 lines
410 B
JSON

{
"name": "crowdin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "freeCodeCamp",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"dotenv": "^8.2.0",
"gray-matter": "^4.0.2",
"node-fetch": "^2.6.1",
"readdirp": "^3.5.0"
}
}