{ "name": "fennec", "version": "0.0.1", "description": "a simple transpiler project to write 3DS homebrew in js style", "repository": { "type": "git", "url": "https://gitea.azures.fr/ChibiEditor/Fennec" }, "license": "MIT", "author": { "name": "azures04", "email": "gilleslazure04@gmail.com", "url": "https://chibieditor.fr" }, "type": "commonjs", "main": "index.js", "scripts": { "cpp:build": "cd runtime && make", "cpp:clean": "cd runtime && make clean" }, "dependencies": { "acorn": "^8.16.0" } }