{
    "name": "@nodescript/stdlib",
    "version": "0.1.11",
    "type": "module",
    "description": "Standard Node Definitions",
    "files": [
        "out/lib/**/*",
        "out/nodes/**/*"
    ],
    "scripts": {
        "clean": "rm -rf out *.tsbuildinfo",
        "dev": "run-s clean dev:ts",
        "dev:ts": "tsc -b -w",
        "compile": "run-s compile:*",
        "compile:ts": "tsc -b",
        "lint": "eslint --ext=.js,.ts --cache .",
        "test": "NODE_ENV=test mocha",
        "preversion": "npm run lint",
        "version": "run-s compile",
        "postversion": "npm publish --access=public && git push --tags origin main",
        "publish:nodes": "nodescript publish"
    },
    "engines": {
        "node": ">=18"
    },
    "pre-commit": [
        "lint"
    ],
    "dependencies": {
        "@nodescript/binary-utils": "^1.2.2",
        "@nodescript/core": "^7.14.2"
    },
    "devDependencies": {
        "@nodescript/cli": "^1.5.0",
        "@nodescript/eslint-config": "^1.0.3",
        "@types/mocha": "^9.1.1",
        "@types/node": "^17.0.35",
        "eslint": "^8.24.0",
        "glob": "^9.2.1",
        "mocha": "^10.0.0",
        "npm-run-all": "^4.1.5",
        "pre-commit": "^1.2.2",
        "semver": "^7.3.8",
        "typescript": "^4.7.3"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/NodeScriptLang/stdlib.git"
    },
    "keywords": [
        "nodescript",
        "visual",
        "programming",
        "language"
    ],
    "author": "UBIO",
    "license": "ISC",
    "homepage": "https://github.com/NodeScriptLang/stdlib#readme"
}
