Update package.json
This commit is contained in:
parent
bad40e2533
commit
08283ff3e4
2 changed files with 20483 additions and 41 deletions
20519
package-lock.json
generated
20519
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,17 +1,16 @@
|
|||
{
|
||||
"name": "localloop-web",
|
||||
"version": "0.1.13",
|
||||
"description": "LocalLoop Web - Web interface for LocalLoop app",
|
||||
"description": "A Web client for the LocalLoop system.",
|
||||
"author": "",
|
||||
"url": "http://www.peartrade.org",
|
||||
"copyright": "Copyright 2017 Pear Trading Ltd",
|
||||
"copyright": "Copyright 2021 Pear Trading Ltd",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --optimization=false",
|
||||
"build": "ng build",
|
||||
"start:dev": "npm run start -- --configuration=dev",
|
||||
"start:prod": "npm run start -- --configuration=production",
|
||||
"start:local": "npm run start -- --configuration=local",
|
||||
"build:dev": "npm run build -- --configuration=dev",
|
||||
"build:prod": "npm run build -- --configuration=production",
|
||||
"test": "ng test",
|
||||
|
|
Reference in a new issue