Skip to content

Commit bca3ae1

Browse files
committed
npm init
1 parent 031ef04 commit bca3ae1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

quickstart/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "hotels",
3+
"version": "0.0.1",
4+
"description": "Hotels quickstart",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "ping"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "."
12+
},
13+
"author": "Larry O'Brien",
14+
"license": "MIT"
15+
}

0 commit comments

Comments
 (0)