mirror of
https://github.com/danbulant/bpm
synced 2026-05-24 12:21:50 +00:00
Sample package.json to test on
This commit is contained in:
parent
a6f03d9aa2
commit
6c6cfcd0ef
1 changed files with 15 additions and 0 deletions
15
test/package.json
Normal file
15
test/package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue