{ "name": "@hop/hopc", "version": "1.0.0", "description": "hopc compiler module", "private": true, "repository": { "type": "git", "url": "https://github.com/manuel-serrano/hop" }, "homepage": "http://hop.inria.fr", "engines": { "hop": ">=3.6.0", "node": ">=18.13.0" }, "main": "lib/hopc.js", "types": "lib/hopc.d.ts", "type": "module", "exports": { "import": "./lib/hopc.mjs" }, "devDependencies": { "mocha": "^10.2.0" }, "scripts": { "test": "mocha" } }