gadl/package.json

18 lines
325 B
JSON
Raw Normal View History

2023-11-19 02:25:32 +09:00
{
"name": "@fogtype/gadl",
2023-11-23 10:27:31 +09:00
"version": "0.0.1",
2023-11-19 02:25:32 +09:00
"license": "AGPL-3.0",
"type": "module",
"bin": "bin/run.js",
"dependencies": {
2023-11-20 01:37:55 +09:00
"fflate": "^0.8.1",
2023-12-02 15:40:14 +09:00
"playwright": "^1.40.1",
2023-11-19 02:25:32 +09:00
"sqlite": "^5.1.1",
"sqlite3": "^5.1.6",
2023-12-02 15:40:14 +09:00
"tsx": "^4.6.1"
2023-11-19 02:25:32 +09:00
},
"devDependencies": {
2023-12-02 15:40:14 +09:00
"@types/node": "^20.10.2"
2023-11-19 02:25:32 +09:00
}
}