-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 876 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
{
"name": "dynamodb-supabase-migration",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"start": "ts-node index.ts",
"dev": "ts-node-dev index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CougarCS/DynamoDB-Supabase-Migration.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CougarCS/DynamoDB-Supabase-Migration/issues"
},
"homepage": "https://github.com/CougarCS/DynamoDB-Supabase-Migration#readme",
"dependencies": {
"@supabase/supabase-js": "^2.8.0",
"dotenv": "^16.0.3",
"node-localstorage": "^2.2.1",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.5"
},
"devDependencies": {
"@types/node-localstorage": "^1.3.0"
}
}