search

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

package.json (239B)


      1 {
      2 	"name": "unduck",
      3 	"private": true,
      4 	"version": "0.0.0",
      5     "main": "index.js",
      6 	"scripts": {
      7 		"start": "node ./index.js",
      8 		"test": "nodemon ./index.js",
      9 		"build": "echo 'nobuild'"
     10 	},
     11 	"dependencies": {
     12 		"express": "^4.21.1"
     13 	}
     14 }