9 lines
141 B
JSON
9 lines
141 B
JSON
{
|
|
"scripts": {
|
|
"res:build": "rescript",
|
|
"res:dev": "rescript build -w"
|
|
},
|
|
"devDependencies": {
|
|
"rescript": "^10.1.4"
|
|
}
|
|
}
|