-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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
{
"name": "node101.io",
"version": "1.0.0",
"description": "For you to make most of the distributed value. node101 is validating and distributing the value in more than 15 blockchains, all with different visions for their community. ",
"main": "app.js",
"scripts": {
"dev": "NODE_ENV=development WEB_CONCURRENCY=1 nodemon app.js",
"start": "node utils/minify.mjs && node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/node101-io/landing.git"
},
"keywords": [
"node101"
],
"author": "node101",
"license": "MIT",
"dependencies": {
"async": "^3.2.4",
"cluster": "^0.7.7",
"cookie-parser": "^1.4.7",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"i18n": "^0.15.1",
"mongoose": "^6.10.4",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.6.9",
"os": "^0.1.2",
"pug": "^3.0.2",
"serve-favicon": "^2.5.0",
"sharp": "^0.31.2",
"validator": "^13.7.0"
},
"devDependencies": {
"nodemon": "^3.1.9",
"@swc/core": "^1.10.4",
"csso": "^5.0.5"
},
"bugs": {
"url": "https://github.com/node101-io/landing/issues"
},
"homepage": "https://github.com/node101-io/landing#readme"
}