-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 912 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
29
30
31
32
{
"name": "datocms-migration-workflow",
"version": "1.1.0",
"description": "Wrapper library to automate and simplify the datocms migration workflow",
"keywords": [
"datocms",
"migrations",
"workflow"
],
"repository": {
"type": "git",
"url": "git+https://github.com/WesselSmit/datocms-migration-workflow.git"
},
"bugs": {
"url": "https://github.com/WesselSmit/datocms-migration-workflow/issues"
},
"homepage": "https://github.com/WesselSmit/datocms-migration-workflow#readme",
"author": "Wessel Smit",
"license": "MIT",
"main": "src/exports/dato-fetch.mjs",
"types": "src/exports/dato-fetch.d.mts",
"bin": {
"create-env": "src/create-env.mjs",
"create-migration": "src/create-migration.mjs",
"promote-env": "src/promote-env.mjs"
},
"dependencies": {
"@datocms/cli": "^1.0.22",
"dotenv-safe": "^8.2.0",
"node-fetch": "^3.3.0"
}
}