Something went wrong. Try again.
the next generation of the in-browser educational proof assistant
Something went wrong. Try again.
holbert-ng rescript.json
462 B · 20 lines
JSON
at main
123456789101112131415161718192021{ "name": "holbert-ng", "sources": [ { "dir": "src", "subdirs": true }, { "dir": "tests", "subdirs": true, "type": "dev" } ], "package-specs": { "module": "esmodule", "in-source": true }, "suffix": ".mjs", "dependencies": [ "@rescript/core", "@rescript/react", "@jmagaram/rescript-seq" ], "dev-dependencies": ["@dusty-phillips/rescript-zora"], "compiler-flags": ["-open RescriptCore"], "jsx": { "version": 4 }}