-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 938 Bytes
/
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
{
"name": "datasync-boilerplate",
"version": "1.2.9",
"description": "A boilerplate that has the code skeleton to help you get up and running with Contentstack DataSync.",
"main": "index.js",
"scripts": {
"continue": "node index.js",
"start": "npm run clean && node index.js",
"clean": "rimraf .ledger .token .checkpoint unprocessible/"
},
"dependencies": {
"@contentstack/datasync-asset-store-filesystem": "~2.0.1",
"@contentstack/datasync-content-store-filesystem": "~2.0.4",
"@contentstack/datasync-content-store-mongodb": "~1.0.5",
"@contentstack/datasync-manager": "~2.0.5",
"@contentstack/webhook-listener": "~1.0.5"
},
"devDependencies": {
"eslint": "^8.36.0",
"rimraf": "^4.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/contentstack/datasync-boilerplate"
},
"author": "Contentstack LLC <[email protected]>",
"license": "MIT"
}