-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "ptech-feature",
"version": "1.0.0",
"description": "Matching application feature",
"main": "index.js",
"engines": {
"node": "14.16.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"build": "rollup server.js --file bundle.js --format cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lamartm/matching-application-feature.git"
},
"keywords": [
"Matching"
],
"author": "Mohamed Lamarti",
"license": "ISC",
"bugs": {
"url": "https://github.com/lamartm/matching-application-feature/issues"
},
"homepage": "https://github.com/lamartm/matching-application-feature#readme",
"dependencies": {
"body-parser": "^1.19.2",
"camelcase": "^6.3.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.2",
"mongodb": "^4.4.1",
"node-fetch": "^3.2.1",
"slug": "^5.3.0",
"uniq": "^1.0.1"
},
"devDependencies": {
"eslint": "^8.10.0",
"nodemon": "^2.0.15",
"rollup": "^2.70.1"
}
}