-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
34 lines (34 loc) · 981 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": "sql2builder.github.io",
"version": "1.0.0",
"description": "Convert legacy SQL to Laravel query builder.",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "npm run build && webpack-dev-server",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sql2builder/sql2builder.github.io.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sql2builder/sql2builder.github.io/issues"
},
"homepage": "https://github.com/sql2builder/sql2builder.github.io#readme",
"dependencies": {
"sqlparser-rs-wasm": "^0.2.4"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^27.5.1",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.11.1"
}
}