podesta-my-exercises
Version:
23 lines (22 loc) • 409 B
JSON
{
"name": "podesta-my-exercises",
"version": "0.10.0",
"description": "exercises",
"main": "index.js",
"type": "module",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/NathanPo/podesta-my-exercises"
},
"keywords": [
"epita"
],
"author": "Nathan Podesta",
"license": "MIT",
"devDependencies": {
"mocha": "^9.2.2"
}
}