mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
31 lines
766 B
JSON
31 lines
766 B
JSON
{
|
|
"name": "@catala-lang/rescript-catala",
|
|
"version": "0.10.0",
|
|
"description": "ReScript wrapper for the Catala runtime",
|
|
"scripts": {
|
|
"clean": "rescript clean",
|
|
"build": "rescript build -with-deps",
|
|
"watch": "yarn run build -w"
|
|
},
|
|
"main": "index.js",
|
|
"repository": "https://github.com/CatalaLang/catala",
|
|
"author": "Emile Rolley <emile.rolley@tuta.io>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/CatalaLang/catala/issues"
|
|
},
|
|
"homepage": "https://github.com/CatalaLang/catala/tree/master/runtimes/rescript/README.md",
|
|
"keywords": [
|
|
"ReScript",
|
|
"catala",
|
|
"runtime"
|
|
],
|
|
"dependencies": {
|
|
"decco": "^1.6.0",
|
|
"rescript": "^10.1.4"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|