2020-09-16 21:39:22 -07:00
|
|
|
{
|
|
|
|
"name": "@freecodecamp/curriculum-helper-scripts",
|
2021-03-27 20:16:20 +05:30
|
|
|
"version": "0.0.0-next.1",
|
2020-09-16 21:39:22 -07:00
|
|
|
"description": "freeCodeCamp's project-based curriculum scripts",
|
|
|
|
"license": "(BSD-3-Clause AND CC-BY-SA-4.0)",
|
2021-03-27 20:16:20 +05:30
|
|
|
"private": true,
|
|
|
|
"engines": {
|
2021-11-02 17:01:45 +05:30
|
|
|
"node": ">=16",
|
|
|
|
"npm": ">=8"
|
2021-03-27 20:16:20 +05:30
|
|
|
},
|
2020-09-16 21:39:22 -07:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/freeCodeCamp/freeCodeCamp.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues"
|
|
|
|
},
|
2021-03-27 20:16:20 +05:30
|
|
|
"homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme",
|
|
|
|
"author": "freeCodeCamp <team@freecodecamp.org>",
|
2020-09-16 21:39:22 -07:00
|
|
|
"main": "utils.js",
|
|
|
|
"scripts": {
|
2021-06-08 21:27:45 +02:00
|
|
|
"test": "mocha --delay --reporter progress --bail",
|
|
|
|
"create-project": "ts-node create-project"
|
2020-09-16 21:39:22 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-07-07 02:12:00 +00:00
|
|
|
"@types/inquirer": "7.3.3",
|
2021-11-17 19:32:50 +05:30
|
|
|
"@types/node": "16.11.7",
|
2021-05-05 20:52:14 +05:30
|
|
|
"bson-objectid": "2.0.1",
|
2021-03-28 15:17:43 +00:00
|
|
|
"cross-env": "7.0.3",
|
2021-06-08 21:27:45 +02:00
|
|
|
"gray-matter": "4.0.3",
|
2021-07-14 16:44:14 +00:00
|
|
|
"inquirer": "8.1.2",
|
2021-09-16 08:14:47 +00:00
|
|
|
"prettier": "2.4.1",
|
2021-10-22 22:11:17 +00:00
|
|
|
"ts-node": "10.4.0",
|
2021-11-19 09:57:03 +05:30
|
|
|
"typescript": "4.5.2"
|
2020-09-16 21:39:22 -07:00
|
|
|
}
|
|
|
|
}
|