UNPKG

nopalm

Version:

One stop graphical solution to create and manage your local Node.Js projects end to end.

14 lines 250 B
{ "name": "derby-app", "version": "1.0.0", "scripts": { "start": "node src/", "dev": "nodemon src/" }, "dependencies": { "derby": "^2.3.1" }, "devDependencies": { "nodemon": "^3.0.2" } }