{
    "name": "futurescript",
    "version": "2.6.0",
    "description": "A functional style, but highly readable language that compiles to JavaScript.",
    "keywords": [
        "fus", "js", "javascript", "language", "es", "ecmascript"
    ],
    "author": "Zhenzhen Zhan <zhanzhenzhen@hotmail.com>",
    "homepage": "https://futurescript.org/",
    "license": "SEE LICENSE IN LICENSE.txt",
    "repository": {
        "type": "git",
        "url": "https://github.com/zhanzhenzhen/futurescript.git"
    },
    "dependencies": {
    },
    "devDependencies": {
        "eslint": "7.x"
    },
    "engines": {
        "node": ">=18.0.0"
    },
    "bin": {
        "fus": "./bin/fus"
    },
    "preferGlobal": true,
    "scripts": {
        "postinstall": "node dev.mjs postinstall"
    }
}
