InventoryTrack/package.json

18 lines
319 B
JSON
Raw Normal View History

2022-11-02 22:16:03 -04:00
{
"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"
}
}