Files
web3-curriculum/package.json
Krzysztof G 6a006e2efb chore: remove acorn (#97)
* chore: remove acorn

* fix: custom error messages

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

---------

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2023-05-11 21:47:24 -05:00

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"
}
}