{ "name": "@reggi/trymodule", "version": "1.4.0", "description": "It's never been easier to try nodejs modules!", "main": "index.js", "scripts": { "test": "npm run lint && ./functional_test.sh", "lint": "standard" }, "bin": { "trymodule": "./cli.js" }, "author": "Victor Bjelkholm (https://www.github.com/victorbjelkholm)", "repository": "https://github.com/VictorBjelkholm/trymodule", "license": "MIT", "dependencies": { "colors": "^1.1.2", "npmi": "^1.0.1", "repl.history": "^0.1.3" }, "devDependencies": { "standard": "^8.6.0" }, "engines": { "node": ">=4.0.0" } }