UNPKG

@nodescript/core

Version:

Visual programming language for Browser and Node

72 lines (71 loc) 2.13 kB
{ "name": "@nodescript/core", "version": "7.25.2", "type": "module", "description": "Visual programming language for Browser and Node", "exports": { "./types": "./out/main/types/index.js", "./util": "./out/main/util/index.js", "./schema": "./out/main/schema/index.js", "./runtime": "./out/main/runtime/index.js", "./compiler": "./out/main/compiler/index.js", "./system": "./out/main/system/index.js", "./fs": "./out/main/fs/index.js" }, "files": [ "out/main/**/*" ], "scripts": { "clean": "rm -rf out *.tsbuildinfo", "dev": "run-s clean dev:prepare dev:ts", "dev:prepare": "node ./prepare.js", "dev:ts": "tsc -b -w", "compile": "run-s compile:*", "compile:ts": "tsc -b", "lint": "eslint --cache .", "test": "NODE_ENV=test mocha", "test:dev": "nodemon --config nodemon.test.json", "preversion": "npm run lint", "version": "run-s compile", "postversion": "npm publish --access=public && git push --tags origin main" }, "engines": { "node": ">=18" }, "pre-commit": [ "lint" ], "dependencies": { "@nodescript/pathmatcher": "^1.3.0", "@nodescript/pointer": "^1.8.0", "airtight": "^5.7.2", "nanoevent": "^1.0.0", "nanoid": "^3.3.4" }, "devDependencies": { "@nodescript/eslint-config": "^2.0.1", "@types/glob": "^7.2.0", "@types/mocha": "^9.1.1", "@types/node": "^18.7.23", "eslint": "^9.13.0", "glob": "^8.0.3", "mocha": "^10.0.0", "nodemon": "^3.0.2", "npm-run-all": "^4.1.5", "pre-commit": "^1.2.2", "typescript": "^5.5.3" }, "repository": { "type": "git", "url": "git+https://github.com/NodeScriptLang/core.git" }, "keywords": [ "nodescript", "visual", "programming", "language" ], "author": "UBIO", "license": "ISC", "homepage": "https://github.com/NodeScriptLang/core#readme" }