-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1022 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
35
36
37
38
39
40
{
"name": "getsocial-migrator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node src/index.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AmityCo/getsocial-migrator.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AmityCo/getsocial-migrator/issues"
},
"homepage": "https://github.com/AmityCo/getsocial-migrator#readme",
"dependencies": {
"@types/cli-progress": "^3.11.0",
"@types/express": "^4.17.17",
"@types/form-data": "^2.5.0",
"@types/inquirer": "^9.0.3",
"@types/lodash": "^4.14.195",
"axios": "^1.4.0",
"bottleneck": "^2.19.5",
"cli-progress": "^3.12.0",
"dotenv": "^16.3.1",
"enquirer": "^2.3.6",
"express": "^4.18.2",
"form-data": "^4.0.0",
"lodash": "^4.17.21",
"winston": "^3.10.0"
},
"devDependencies": {
"ts-node": "^10.9.1"
}
}