Sample package.json to test on

This commit is contained in:
danbulant 2020-02-19 17:10:57 +01:00
parent a6f03d9aa2
commit 6c6cfcd0ef

15
test/package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"got": "^10.5.7"
}
}