UNPKG

sandrine_new_package

Version:

``` $ npm init -y``` ### Step 2: install express.js ``` $ npm install express ``` ### Step 3:you can add other things in express like: ``` $ npm install express --no-save ```

13 lines (12 loc) 264 B
{ "name": "sandrine_new_package", "version": "1.0.2", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["References"], "author": "Sandrine UWUMUKIZA", "license": "MIT" }