generated from publicodes/model-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.53 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "publicodes-evenements",
"version": "0.6.0",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Ecofest/publicodes-evenements.git"
},
"main": "index.js",
"module": "index.js",
"devDependencies": {
"@incubateur-ademe/nosgestesclimat": "^2.0.0",
"@incubateur-ademe/publicodes-commun": "^1.1.1",
"@publicodes/tools": "^1.0.6",
"ansi-colors": "^4.1.3",
"eslint": "^8.57.0",
"publicodes": "^1.1.1",
"publicodes-evenements": "^0.6.0-rc.2",
"yaml": "^2.4.1",
"yargs": "^17.7.2"
},
"authors": [
"Clément Auger <[email protected]>",
"Emile Rolley <[email protected]>"
],
"bugs": {
"url": "https://github.com/Ecofest/publicodes-evenements/issues"
},
"description": "",
"files": [
"publicodes-evenements.model.json",
"publicodes-evenements.personas.json",
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/Ecofest/publicodes-evenements#readme",
"license": "MIT",
"scripts": {
"clean": "rm -r publicodes-evenements.model.json index.d.ts index.js",
"build": "node build.js",
"test:personas": "node tests/testPersonas.js",
"build:watch": "nodemon -e \"publicodes\" --watch rules/ build.js & nodemon --watch publicodes-evenements.model.json copy.js",
"doc:start": "node build && cp publicodes-evenements.model.json doc/src && cd doc && yarn run start",
"doc:build": "node build && cp publicodes-evenements.model.json doc/src && cd doc && yarn run build"
},
"type": "module",
"types": "index.d.ts"
}