mirror of
https://github.com/freeCodeCamp/web3-curriculum.git
synced 2026-01-10 22:18:02 -05:00
* chore: remove acorn * fix: custom error messages Co-authored-by: Shaun Hamilton <shauhami020@gmail.com> --------- Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
25 lines
614 B
JSON
25 lines
614 B
JSON
{
|
|
"name": "web3-curriculum",
|
|
"version": "1.0.0",
|
|
"description": "Root package.json",
|
|
"scripts": {
|
|
"test": "cd build-a-web3-client-side-package-for-your-dapp && node fixture/provider.js && cd .."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/freeCodeCamp/web3-curriculum.git"
|
|
},
|
|
"author": "Shaun Hamilton",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@freecodecamp/freecodecamp-os": "1.8.3",
|
|
"babeliser": "0.6.0",
|
|
"crypto-js": "4.1.1",
|
|
"dotenv": "16.0.2",
|
|
"elliptic": "6.5.4",
|
|
"express": "4.18.1",
|
|
"logover": "^2.0.0",
|
|
"ws": "8.8.1"
|
|
}
|
|
}
|