nelson-cloud
Version:
nelson on the cloud
63 lines (62 loc) • 1.71 kB
JSON
{
"name": "nelson-cloud",
"version": "1.4.5",
"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.39.1",
"eslint-plugin-jest": "29.2.0",
"jest": "30.2.0",
"prettier": "3.6.2"
},
"dependencies": {
"child_process": "1.0.2",
"express": "5.1.0",
"express-rate-limit": "8.2.1",
"find-free-port": "2.0.0",
"ip-address": "10.1.0",
"socket.io": "4.8.1",
"socket.io-client": "4.8.1"
},
"jest": {
"testPathIgnorePatterns": [
"/node_modules/"
]
}
}