generated from tpl/purs
20 lines
348 B
JSON
20 lines
348 B
JSON
{
|
|
"name": "purs",
|
|
"private": true,
|
|
"module": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"fmt": "bun bun/fmt.js"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "1.0.11",
|
|
"purs-tidy": "^0.10.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"decimal.js": "^10.4.3",
|
|
"pg": "^8.11.3",
|
|
"postgres-range": "^1.1.4"
|
|
}
|
|
}
|