71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"name": "lbryinc",
|
|
"version": "0.0.1",
|
|
"description": "Shared code for api.lbry.io internal APIs.",
|
|
"keywords": [
|
|
"lbry"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://lbry.io/",
|
|
"bugs": {
|
|
"url": "https://github.com/lbryio/lbryinc/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lbryio/lbryinc"
|
|
},
|
|
"author": {
|
|
"name": "LBRY Inc.",
|
|
"email": "hello@lbry.io"
|
|
},
|
|
"main": "dist/bundle.js",
|
|
"module": "dist/bundle.es.js",
|
|
"scripts": {
|
|
"build": "rollup --config && webpack",
|
|
"dev": "rollup --config --watch",
|
|
"precommit": "lint-staged",
|
|
"preinstall": "yarn cache clean lbry-redux",
|
|
"lint": "eslint 'src/**/*.js' --fix",
|
|
"format": "prettier 'src/**/*.{js,json}' --write"
|
|
},
|
|
"dependencies": {
|
|
"reselect": "^3.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"lbry-redux": "lbryio/lbry-redux"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.3",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.4.0",
|
|
"@babel/preset-env": "^7.4.3",
|
|
"@babel/preset-stage-2": "^7.0.0",
|
|
"babel-eslint": "^8.0.3",
|
|
"babel-loader": "^8.0.5",
|
|
"babel-plugin-module-resolver": "^3.0.0",
|
|
"cross-env": "^5.2.0",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-airbnb-base": "^12.1.0",
|
|
"eslint-config-prettier": "^2.9.0",
|
|
"eslint-import-resolver-webpack": "^0.9.0",
|
|
"eslint-plugin-flowtype": "^2.40.1",
|
|
"eslint-plugin-import": "^2.10.0",
|
|
"eslint-plugin-prettier": "^2.4.0",
|
|
"flow-bin": "^0.69.0",
|
|
"flow-typed": "^2.4.0",
|
|
"husky": "^0.14.3",
|
|
"lbry-redux": "lbryio/lbry-redux",
|
|
"lint-staged": "^7.0.4",
|
|
"prettier": "^1.4.2",
|
|
"rollup": "^1.8.0",
|
|
"rollup-plugin-alias": "^2.0.0",
|
|
"rollup-plugin-babel": "^4.3.2",
|
|
"rollup-plugin-copy": "^3.1.0",
|
|
"rollup-plugin-flow": "^1.1.1",
|
|
"rollup-plugin-includepaths": "^0.2.3",
|
|
"webpack": "^4.5.0",
|
|
"webpack-cli": "^3.3.7"
|
|
},
|
|
"engines": {
|
|
"yarn": "^1.3"
|
|
}
|
|
}
|