@splash-cli/core
Version:
Core of @splash-cli/splash-cli
48 lines (47 loc) • 1.14 kB
JSON
{
"name": "@splash-cli/core",
"version": "1.0.5",
"main": "build/index.js",
"license": "MIT",
"description": "Core of @splash-cli/splash-cli",
"author": "Federico Vitale <fedevitale99@gmail.com> (federicovitale.me)",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "babel src -d build",
"prepare": "npm run build",
"release": "np"
},
"dependencies": {
"@splash-cli/is-month": "latest",
"@splash-cli/print-block": "latest",
"@splash-cli/splash-error": "latest",
"babel-polyfill": "^6.26.0",
"chalk": "^2.3.2",
"got": "^8.3.0",
"normalize-url": "^2.0.1",
"ora": "^2.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.19.1",
"eslint-config-unsplash": "^0.2.2",
"np": "^2.20.1"
},
"keywords": [
"core",
"unsplash",
"splash",
"splash-cli"
],
"repository": {
"type": "git",
"url": "git+https://github.com/splash-cli/core.git"
},
"bugs": {
"url": "https://github.com/splash-cli/core/issues"
},
"homepage": "https://github.com/splash-cli/core#readme"
}