callerkit/package.json
2023-08-21 19:12:43 -07:00

17 lines
454 B
JSON

{
"name": "callerkit",
"version": "1.0.0",
"description": "This is an application to store dances and the calls (moves) that fill them. It is a new version of an application by the same name that I made with Skynet.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"electron": "^26.0.0",
"svelte": "^4.2.0"
}
}