UNPKG

nelson-cloud

Version:
63 lines (62 loc) 1.71 kB
{ "name": "nelson-cloud", "version": "1.4.4", "description": "nelson on the cloud", "copyright": "Copyright © 2018-present Allan CORNET", "main": "./main.js", "bin": { "nelson-cloud": "./nelson-cloud.js" }, "author": { "name": "Allan CORNET", "email": "nelson.numerical.computation@gmail.com", "url": "https://nelson-lang.github.io/nelson-website/" }, "license": "GPL-2.0", "scripts": { "lint": "eslint --fix .", "prettier": "prettier --write **/*.{js,md}", "jest": "jest .", "test": "jest .", "coverage": "npm run jest -- --coverage", "testw": "npm run jest -- --watch", "preversion": "npm test", "postversion": "git push && git push --tags", "start": "node main.js", "dockerInstall": "docker pull nelsonsoftware/nelson-sio-cli:latest" }, "repository": { "type": "git", "url": "git+https://github.com/nelson-lang/nelson-cloud.git" }, "keywords": [ "matrix-functions", "interpreter", "scientific-computing", "programming-language" ], "bugs": { "url": "https://github.com/nelson-lang/nelson-cloud/issues" }, "homepage": "https://github.com/nelson-lang/nelson-cloud#README.md", "devDependencies": { "eslint": "9.17.0", "eslint-plugin-jest": "28.9.0", "prettier": "3.4.2", "jest": "29.7.0" }, "dependencies": { "child_process": "1.0.2", "express": "4.21.2", "express-rate-limit": "7.4.1", "find-free-port": "2.0.0", "ip-address": "10.0.1", "socket.io": "4.8.1", "socket.io-client": "4.8.1" }, "jest": { "testPathIgnorePatterns": [ "/node_modules/" ] } }