forked from umami-software/migrate-v1-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 865 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
33
34
{
"name": "@umami/migrate-v1-v2",
"version": "0.15.0",
"description": "Script for migrating data from Umami v1 to v2",
"author": "Umami Software, Inc. <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/umami-software/migrate-v1-v2.git"
},
"bugs": {
"url": "https://github.com/umami-software/migrate-v1-v2/issues"
},
"homepage": "https://github.com/umami-software/migrate-v1-v2#readme",
"publishConfig": {
"access": "public"
},
"bin": {
"migrate-v1-v2": "index.js"
},
"scripts": {
"build": "node build.js build --output public",
"start": "node index.js"
},
"dependencies": {
"@prisma/client": "4.11.0",
"chalk": "^4.1.1",
"del": "^6.0.0",
"dotenv": "^10.0.0",
"fs-extra": "^10.0.1",
"prisma": "4.11.0",
"prompts": "2.4.2"
}
}