-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.29 KB
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
41
42
43
44
45
46
47
{
"bugs": {
"url": "https://github.com/zainphp/sql-converter/issues"
},
"dependencies": {
"react": "^19.2.6",
"react-dom": "^19.2.6"
},
"description": "Browser-side MariaDB/MySQL dump to SQLite SQL converter with large-file streaming.",
"devDependencies": {
"@babel/core": "^7.29.7",
"@biomejs/biome": "2.4.16",
"@rolldown/plugin-babel": "^0.2.3",
"@types/bun": "^1.3.14",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"babel-plugin-react-compiler": "^1.0.0",
"knip": "^6.14.2",
"typescript": "^6.0.3",
"vite": "^8.0.14"
},
"homepage": "https://zainphp.github.io/sql-converter/",
"keywords": [
"sql",
"sqlite",
"mariadb",
"mysql",
"converter",
"database-migration",
"sql-dump"
],
"license": "MIT",
"name": "sql-converter",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/zainphp/sql-converter.git"
},
"scripts": {
"build": "tsc -b && vite build",
"dev": "vite",
"lint": "knip && biome check --write . && tsc --noEmit"
},
"type": "module",
"version": "0.0.3"
}