nr 0.1.0

A npm script runner
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "npm_runner_test_package_json",
  "version": "1.0.0",
  "description": "For test",
  "main": "src/main.rs",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "echo start",
    "build": "echo building"
  },
  "author": "liwuhou",
  "license": "MIT"
}