{
  "name": "npsx",
  "version": "0.2.2",
  "description": "Write your scripts in a known environment, without any bloat.",
  "main": "./src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "npsx": "./src/index.js"
  },
  "author": "Artur Wojciechowski <awojciechowski@insolutions.pl> (http://insolutions.pl)",
  "license": "MIT",
  "dependencies": {
    "shelljs": "^0.7.8"
  },
  "readme": "./README.md"
}
