-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.52 KB
/
package.json
File metadata and controls
29 lines (29 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "samu-interface-lrm",
"version": "1.2.1",
"engines": {
"node": "18.x"
},
"description": "<h1 align=\"center\">Interface LRM - SI-SAMU</h1> <p align=\"center\"> <img alt=\"Version\" src=\"https://img.shields.io/badge/version-1.2-blue.svg?cacheSeconds=2592000\" /> <a href=\"https://ansforge.github.io/SAMU-interface-LRM/#LRM\" target=\"_blank\"> <img alt=\"Documentation\" src=\"https://img.shields.io/badge/documentation-yes-brightgreen.svg\" /> </a> <a href=\"#\" target=\"_blank\"> <img alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" /> </a> </p>",
"main": "stubs/lrm/index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"heroku-prebuild": "cd stubs/dashboard && npm install --production=false && npm run setup && npm run generate && cp -R dist/. ../lrm/ui",
"build": "cd stubs/lrm && npm install",
"start": "cd stubs/lrm && npm start",
"generateLrmStub": "openapi-generator generate -i specs/swagger-lrm.json -g nodejs-express-server -o stubs/lrm",
"deploy": "git checkout heroku && git merge main --no-edit && git push heroku heroku:main && git checkout main && cp -R ~/code/ans/certs stubs/lrm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ansforge/SAMU-interface-LRM.git"
},
"author": "ANS > SI-SAMU > Romain Fouilland",
"license": "ISC",
"bugs": {
"url": "https://github.com/ansforge/SAMU-interface-LRM/issues"
},
"homepage": "https://github.com/ansforge/SAMU-interface-LRM#readme"
}