Skip to content
Snippets Groups Projects
package.json 1.31 KiB
Newer Older
  • Learn to ignore specific revisions
  • Hugo SUBTIL's avatar
    Hugo SUBTIL committed
    {
      "name": "pamn",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      "version": "0.0.1",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      "scripts": {
        "ng": "ng",
        "start": "ng serve",
        "build": "ng build",
        "test": "ng test",
        "lint": "ng lint",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "e2e": "ng e2e",
        "release": "standard-version"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed