-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.57 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "jsonreader",
"license": "MIT",
"description": "Reader for Marketplace JSON Gen",
"version": "0.0.1",
"main": "bin/app.js",
"bin": {
"modelgen": "./bin/app.js"
},
"engines": {
"node": ">=16"
},
"scripts": {
"lint": "eslint ./bin --cache --fix",
"start": "node ./bin/app",
"prettier": "prettier --single-quote --write **/**/*.js **/*.js && prettier --parser html --write **/**/*.html **/*.html",
"people": "PROCESS=people PAGE=team npm start",
"agenda": "PROCESS=agenda PAGE=speakers npm start",
"bod": "PROCESS=people PAGE=bod npm start",
"boo": "PROCESS=people PAGE=boo npm start",
"cities": "PROCESS=cities npm start",
"careers": "PROCESS=careers npm start",
"community": "PROCESS=community npm start",
"domains": "PROCESS=domains npm start",
"experts": "PROCESS=people PAGE=experts npm start",
"evangelists": "PROCESS=people PAGE=evangelists npm start",
"events": "PROCESS=events PAGE=speakers npm start",
"fisab": "PROCESS=people PAGE=fisab npm start",
"enablers": "PROCESS=enablers npm start",
"ihubs": "PROCESS=iHubs npm start",
"iHubs": "PROCESS=iHubs npm start",
"impact-stories": "PROCESS=impact-stories npm start",
"marketing": "PROCESS=marketing npm start",
"open-calls": "PROCESS=open-calls npm start",
"organisations": "PROCESS=organisations npm start",
"msc": "PROCESS=people PAGE=msc npm start",
"research-development": "PROCESS=research-development npm start",
"showcase": "PROCESS=products npm start",
"speakers": "PROCESS=people PAGE=speakers npm start",
"sponsors": "PROCESS=sponsors npm start",
"team": "PROCESS=people PAGE=team npm start npm run",
"tsc": "PROCESS=people PAGE=tsc npm start",
"webinars": "PROCESS=webinars npm start",
"marketplace": "PROCESS=products npm start",
"postinstall": "PROCESS=postinstall npm start"
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@babel/parser": "^7.24.7",
"csvtojson": "^2.0.10",
"fs-extra": "^11.2.0",
"got": "~11.8.5",
"handlebars": "^4.7.8",
"image-downloader": "^4.3.0",
"image-size": "^1.1.1",
"jsdom": "^24.1.0",
"json-schema-ref-parser": "^9.0.1",
"markdown-to-txt": "^2.0.1",
"node-font2base64": "^0.9.2",
"node-html-to-image": "5.0.0",
"prettier": "3.3.2",
"qrcode": "^1.5.4",
"showdown": "^2.1.0",
"underscore": "^1.13.6",
"yargs": "^17.7.2"
},
"devDependencies": {
"eslint": "^9.6.0",
"eslint-config-tamia": "^8.1.3",
"eslint-plugin-prettier": "^5.1.3"
},
"keywords": []
}