{ "name": "mnml-ops", "version": "1.8.0", "description": "", "main": "index.js", "scripts": { "split:molecules": "cd molecules; csplit -f mol bulk.sdf /\\$\\$\\$\\$/ {*} --suppress-matched -z", "migrate": "knex migrate:latest", "migrate:make": "knex migrate:make --", "test": "echo \"Error: no test specified\" && exit 1", "nginx:dev": "sudo cp mnml.gg.DEV.SAMPLE.nginx.conf /etc/nginx/sites-available/mnml.gg.DEV.nginx.conf && sudo ln -nfs /etc/nginx/sites-available/mnml.gg.DEV.nginx.conf /etc/nginx/sites-enabled", "qr": "qrcode-svg --color whitesmoke --background black -f -o mnml.qr.svg \"https://mnml.gg\"" }, "author": "", "license": "UNLICENSED", "dependencies": { "knex": "^0.15.2", "pg": "^7.4.3", "qrcode-svg": "^1.0.0", "request": "^2.88.0", "sdftosvg": "0.0.4", "uuid": "^3.3.3" } }