@hlang-org/runtime
Version:
A FBP-Inspired language for universal applications.
46 lines (45 loc) • 1.05 kB
JSON
{
"name": "@hlang-org/runtime",
"version": "1.0.5",
"description": "A FBP-Inspired language for universal applications.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"type": "commonjs",
"files": [
"lib"
],
"keywords": [
"fbp",
"fbp-runtime",
"javascript",
"flow",
"creative-coding",
"fbp-protocol",
"flow-based-programming",
"visual-programming-language",
"flow-based",
"internal-dsl"
],
"homepage": "https://github.com/hlang-org/hlang#readme",
"scripts": {
"test": "npm run build && ./node_modules/.bin/jest --coverage --forceExit",
"build": "./node_modules/.bin/tsc -p tsconfig.json"
},
"contributors": [
"archer <qddegtya@gmail.com>",
"archersado <archersado@hotmail.com>"
],
"license": "MIT",
"dependencies": {
"rxjs": "^6.6.7",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"moment": "^2.29.1",
"rxjs": "^6.6.7",
"ts-jest": "^29.2.3",
"typescript": "^5.5.4"
}
}