2022-21 part 1 in js
This commit is contained in:
parent
b7a31cc688
commit
7a7a788a11
7 changed files with 2640 additions and 6 deletions
11
2022/21-Monkey-Math/package.json
Normal file
11
2022/21-Monkey-Math/package.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": ">=18.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"eslint": "^8.30.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"jslint": "^0.12.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue