UNPKG

nopalm

Version:

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

17 lines 360 B
{ "name": "hapi-ts-app", "version": "1.0.0", "scripts": { "start": "ts-node src/", "dev": "node src/" }, "dependencies": { "@hapi/hapi": "^21.3.2" }, "devDependencies": { "@types/hapi__hapi": "^21.1.2", "nodemon": "^3.0.2", "typescript": "^5.3.3", "ts-node": "^10.9.2" } }