-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 844 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
{
"name": "sqlsb",
"version": "0.1.0",
"description": "Simple SQL Sandbox",
"main": "index.js",
"scripts": {
"dist": "webpack --mode=production",
"single": "webpack --mode=production && node utils/pack_resources.mjs dist/index.html dist/sqlsb.html",
"build": "webpack --mode=development",
"watch": "webpack --mode=development -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tchou/sqlsb.git"
},
"author": "Kim Nguyễn <kim@nguyen.vg>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tchou/sqlsb/issues"
},
"homepage": "https://github.com/Tchou/sqlsb#readme",
"devDependencies": {
"ace-builds": "^1.6.1",
"copy-webpack-plugin": "^10.2.4",
"npm-run-all": "^4.1.5",
"sql.js": "^1.7.0",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
}
}