nur
Version:
nur library
33 lines (32 loc) • 684 B
JSON
{
"name": "nur",
"version": "1.0.11",
"description": "nur library",
"main": "nur.js",
"bin": "dist/nur",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"colors": "^1.3.3",
"commander": "^2.19.0"
},
"scripts": {
"build": "ncc build ./src/nur.js -o ./dist && mv ./dist/index.js ./dist/nur"
},
"devDependencies": {
"@zeit/ncc": "^0.8.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BillalOI/nur.git"
},
"keywords": [
"npm",
"nur"
],
"author": "Billal OI",
"license": "ISC",
"bugs": {
"url": "https://github.com/BillalOI/nur/issues"
},
"homepage": "https://github.com/BillalOI/Nur#readme"
}