Skip to content
Snippets Groups Projects
package.json 1.39 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.2",
    
    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
      },
      "private": true,
      "dependencies": {
        "@angular/animations": "~10.1.3",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed