First Push
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "invetorytrack",
|
||||
"version": "1.0.0",
|
||||
"description": "Inventory tracking application",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"start": "electron ."
|
||||
},
|
||||
"author": "Noah Backus",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"electron": "^20.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "^3.6.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user