JACT/package.json
2025-03-29 11:53:43 +01:00

18 lines
550 B
JSON

{
"name": "jact",
"version": "1.0.0",
"description": "Just another console todo app. A funny little project to test an interactive gui on the console in javascript.",
"homepage": "https://projects.nisch.codes/nischcodes/JACT#readme",
"author": "nisch.codes <nischcodes@noreply.projects.nisch.codes>",
"license": "GPL-3.0",
"keywords": [],
"repository": {
"type": "git",
"url": "git@projects.nisch.codes:nischcodes/JACT.git"
},
"main": "index.js",
"scripts": {
"start": "node --env-file .env index.js"
}
}