mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-23 13:00:41 -04:00
13 lines
300 B
JSON
13 lines
300 B
JSON
{
|
|
"name": "@freecodecamp/github-tools",
|
|
"description": "Tools to help maintain freecodecamp.org's Open Source Codebase on GitHub",
|
|
"private": true,
|
|
"scripts": {
|
|
"bootstrap": "lerna bootstrap",
|
|
"postinstall": "npm run bootstrap"
|
|
},
|
|
"devDependencies": {
|
|
"lerna": "^3.5.1"
|
|
}
|
|
}
|