-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 863 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 863 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
{
"name": "datasync-nodejs-sdk-boilerplate",
"version": "0.0.10",
"private": true,
"scripts": {
"start": "node ./bin/www",
"pre-commit": "husky install && husky && chmod +x .husky/pre-commit"
},
"dependencies": {
"@contentstack/datasync-filesystem-sdk": "1.5.2",
"@contentstack/datasync-mongodb-sdk": "^1.0.14",
"async": "^3.2.6",
"contentstack": "^3.24.1",
"debug": "~3.2.7",
"express": "^5.2.1",
"express-rate-limit": "^7.1.5",
"http-errors": "~2.0.0",
"morgan": "~1.10.1",
"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"
}