embody
Version:
A digital consciousness training environment
67 lines (66 loc) • 1.63 kB
JSON
{
"name": "embody",
"version": "0.0.5",
"description": "A digital consciousness training environment",
"keywords": [
"embody",
"digital",
"consciousness",
"artificial",
"intelligence",
"embodiment",
"sensor",
"actuator",
"learning",
"environment"
],
"homepage": "https://gitlab.com/piusnyakoojo/embody",
"license": "MIT",
"author": {
"name": "Pius Nyakoojo",
"email": "piusnyakoojo@gmail.com",
"url": "https://gitlab.com/piusnyakoojo"
},
"main": "dist/main.js",
"scripts": {
"serve": "npm run build && npm run start",
"start": "node ./dist/main.js",
"build": "webpack --config ./build/webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"jimp": "^0.6.0",
"js-yaml": "^3.12.0",
"robotjs": "^0.5.1",
"uuid": "^3.3.2",
"ws": "^6.1.2"
},
"devDependencies": {
"@types/body-parser": "^1.17.0",
"@types/chai": "^4.1.7",
"@types/cors": "^2.8.4",
"@types/express": "^4.16.0",
"@types/fs-extra": "^5.0.4",
"@types/js-yaml": "^3.11.4",
"@types/mocha": "^5.2.5",
"@types/uuid": "^3.4.4",
"@types/webpack-env": "^1.13.6",
"@types/ws": "^6.0.1",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"ts-loader": "^5.3.2",
"typescript": "^3.2.2",
"webpack": "^4.28.2",
"webpack-cli": "^3.1.2",
"webpack-env": "^0.8.0",
"webpack-node-externals": "^1.7.2"
},
"engines": {
"node": "10.x.x",
"npm": "6.x.x"
}
}