Files
freeCodeCamp/tools/crowdin/package.json
renovate[bot] aed0013923 fix(deps): update dependency @actions/github to v5 (#42163)
* fix(deps): update dependency @actions/github to v5

* fix: use v5 @actions/github api

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-05-18 00:26:50 +05:30

36 lines
928 B
JSON

{
"name": "@freecodecamp/crowdin",
"version": "0.0.1",
"description": "The freeCodeCamp.org open-source codebase and curriculum",
"license": "BSD-3-Clause",
"private": true,
"engines": {
"node": ">= 14.0.0",
"npm": "^6.14.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freeCodeCamp/freeCodeCamp.git"
},
"bugs": {
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues"
},
"homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme",
"author": "freeCodeCamp <team@freecodecamp.org>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@actions/core": "1.2.7",
"@actions/github": "5.0.0",
"dotenv": "9.0.2",
"fs-extra": "10.0.0",
"gray-matter": "4.0.3",
"node-fetch": "2.6.1",
"node-opencc": "2.0.1",
"path": "0.12.7",
"readdirp": "3.6.0"
}
}