inital commit
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"express": "latest",
|
||||
"ikea-availability-checker": "latest"
|
||||
},
|
||||
"name": "IkeaAvailabilityTools",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"description": "Tools for checking availability at IKEA stores",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node ./server.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user