csci8980-f23/package.json
2023-11-01 15:22:03 -05:00

9 lines
141 B
JSON

{
"scripts": {
"res:build": "rescript",
"res:dev": "rescript build -w"
},
"devDependencies": {
"rescript": "^10.1.4"
}
}