-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 915 Bytes
/
package.json
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
30
{
"name": "pix-lcms",
"version": "3.177.1",
"description": "Pix Learning Content Management System",
"main": "index.js",
"directories": {
"doc": "docs"
},
"engines": {
"node": "^22.11.0"
},
"scripts": {
"install": "(cd pix-editor && npm ci) && (cd api && npm ci)",
"start": "cd api && npm start",
"build": "cd pix-editor && npm run build -- --output-path=../api/public/pix-editor",
"scalingo-post-ra-creation": "cd api && npm run scalingo-post-ra-creation",
"postdeploy": "cd api && npm run postdeploy",
"preinstall": "git config core.hooksPath .githooks || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1024pix/pix-editor.git"
},
"author": "GIP PIX",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/1024pix/pix-editor/issues"
},
"homepage": "https://github.com/1024pix/pix-editor#readme"
}