-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 930 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 930 Bytes
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
{
"name": "datasync-nodejs-sdk-boilerplate",
"version": "0.0.13",
"private": true,
"scripts": {
"start": "node ./bin/www",
"pre-commit": "husky install && husky && chmod +x .husky/pre-commit"
},
"dependencies": {
"@contentstack/datasync-filesystem-sdk": "1.5.3",
"@contentstack/datasync-mongodb-sdk": "^1.0.15",
"async": "^3.2.6",
"contentstack": "^3.27.0",
"debug": "~3.2.7",
"express": "^5.2.1",
"express-rate-limit": "^7.5.1",
"http-errors": "~2.0.0",
"morgan": "~1.11.0",
"nunjucks": "^3.2.4",
"path": "^0.12.7"
},
"devDependencies": {
"eslint": "^5.16.0",
"husky": "^9.1.7"
},
"repository": {
"type": "git",
"url": "https://github.com/contentstack/datasync-nodejs-website-boilerplate"
},
"author": "Contentstack LLC <support@contentstack.com>",
"license": "MIT",
"overrides": {
"lodash": "^4.18.1",
"qs": "^6.15.2"
}
}