-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 800 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 800 Bytes
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
{
"name": "drizzle",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx webpack && mkdirp dist && j2w -i build/bundle.js -o dist/drizzle.wasm",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"mkdirp": "^3.0.1",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"@fermyon/knitwit": "0.3.0"
},
"dependencies": {
"@spinframework/build-tools": "1.0.0",
"@spinframework/wasi-http-proxy": "1.0.0",
"@spinframework/spin-sqlite": "1.0.0",
"itty-router": "^5.0.18",
"drizzle-orm": "^0.45.2"
}
}