UNPKG

nope-js-browser

Version:

NoPE Runtime for the Browser. For nodejs please use nope-js-node

109 lines 3.6 kB
{ "name": "nope-js-browser", "version": "1.7.10", "description": "NoPE Runtime for the Browser. For nodejs please use nope-js-node", "files": [ "build/**/*", "dist-browser/**/*" ], "scripts": { "test": "mocha", "compile-nodejs": "tsc -p ./tsconfig.json", "compile-browser": "tsc -p ./tsconfig.browser.json", "compile-py": "tsc -p ./tsconfig.py.json", "build": "npx webpack -c webpack-typescript.config.js", "doc": "npx typedoc", "gh-wiki": "npx typedoc --plugin typedoc-plugin-markdown --plugin typedoc-github-wiki-theme --disableSources --hideInPageTOC true --hideBreadcrumbs true --hideMembersSymbol true", "doc-docusaurus": "npx typedoc --plugin typedoc-plugin-markdown --disableSources --hideBreadcrumbs true --indentifiersAsCodeBlocks true --hideHierarchy true", "start": "node ./dist/cli/repl.js", "prettier-format": "run-script-os", "prettier-format:win32": "prettier \"./lib/**/*.ts\" --write", "prettier-format:darwin:linux": "prettier 'lib/**/*.ts' --write", "prettier-format:default": "prettier 'lib/**/*.ts' --write", "prettier-watch": "run-script-os", "prettier-watch:win32": "onchange \"lib/**/*.ts\" -- prettier --write {{changed}}", "prettier-watch:darwin:linux": "onchange 'lib/**/*.ts' -- prettier --write {{changed}}", "prettier-watch:default": "onchange 'lib/**/*.ts' -- prettier --write {{changed}}" }, "mocha": { "reporter": "spec", "spec": "dist-nodejs/**/*.spec.js" }, "repository": { "type": "git", "url": "git+https://github.com/ZeMA-gGmbH/NoPE-JS.git" }, "keywords": [ "rpc", "framework", "assembly systems", "distributed system", "microkernel", "zema", "publish and subscribe" ], "author": "Martin Karkowski", "license": "MIT", "bugs": { "url": "https://github.com/ZeMA-gGmbH/NoPE-JS/issues" }, "homepage": "https://github.com/ZeMA-gGmbH/NoPE-JS/#README", "dependencies": { "argparse": "^2.0.1", "async": "^3.2.4", "cors": "^2.8.5", "handlebars": "^4.7.7", "inquirer": "^8.2.0", "inquirer-fuzzy-path": "^2.3.0", "inquirer-search-checkbox": "^1.0.0", "inquirer-search-list": "^1.2.6", "inversify": "^6.0.1", "js-logger": "^1.6.1", "lodash": "^4.17.21", "mqtt": "^4.3.7", "mqtt-pattern": "^2.0.0", "reflect-metadata": "^0.1.13", "rxjs": "^7.8.0", "simple-git": "^3.15.1", "socket.io": "^4.5.4", "socket.io-client": "^4.5.4", "superagent": "^8.0.6", "uuid": "^9.0.0", "v8-profiler-next": "^1.9.0" }, "devDependencies": { "@types/ace": "^0.0.48", "@types/async": "^3.2.16", "@types/chai": "^4.3.4", "@types/lodash": "^4.14.191", "@types/node": "^18.11.18", "@types/plotly.js": "^2.12.11", "@types/socket.io": "^3.0.1", "@types/socket.io-client": "^1.4.36", "@types/superagent": "^4.1.16", "chai": "^4.3.7", "dts-bundle": "^0.7.3", "dts-bundle-webpack": "^1.0.2", "eslint": "^8.30.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.2.1", "gojs": "^2.2.21", "mocha": "^10.2.0", "npm-check-updates": "^16.6.2", "onchange": "^7.1.0", "prettier": "2.8.1", "run-script-os": "^1.1.6", "typedoc": "^0.24.4", "typedoc-github-wiki-theme": "^1.1.0", "typedoc-plugin-mermaid": "^1.10.0", "typescript": "^4.9.4", "webpack": "^4.46.0", "webpack-cli": "^4.8.0" }, "prettier": { "arrowParens": "always" }, "browser": "build/nope.js", "main": "build/nope.js" }