add example npm project

This commit is contained in:
nora 2022-05-14 14:02:50 +02:00
parent 191bf40f82
commit 3d83579417
6 changed files with 112 additions and 1 deletions

15
testing/package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "testing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"is-even": "^1.0.0",
"is-odd": "^3.0.1"
}
}