Skip to content
Snippets Groups Projects
package.json 1.44 KiB
Newer Older
Hugo SUBTIL's avatar
Hugo SUBTIL committed
{
  "name": "pamn",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "version": "0.0.3",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "scripts": {
    "ng": "ng",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "start": "ng serve --configuration=fr",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "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