mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-08 22:00:25 -04:00
12 lines
262 B
JSON
12 lines
262 B
JSON
{
|
|
"name": "@freecodecamp/github-tools",
|
|
"description": "Tools to help maintain freecodecamp.org's Open Source Codebase on GitHub",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "lerna bootstrap"
|
|
},
|
|
"devDependencies": {
|
|
"lerna": "^3.5.1"
|
|
}
|
|
}
|