Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 353 Bytes

02-configuration.md

File metadata and controls

18 lines (16 loc) · 353 Bytes

Fichier de configuration

La configuration NPM est sauvegardée dans un fichier package.json.

{
  "name": "super-projet",
  "version": "1.0.0",
  "description": "Le super projet",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC"
}