chore: monorepo

This commit is contained in:
2018-08-30 19:00:59 -07:00
parent cc5e15dbb1
commit b9e5762213
6 changed files with 50 additions and 23 deletions

View File

@@ -1,9 +1,10 @@
{
"name": "strain-scraper",
"name": "strain-tools",
"version": "0.0.0",
"description": "scrapes strain info, stores for later reference",
"description": "strain tools",
"main": "index",
"module": "index.mjs",
"private": true,
"scripts": {
"lint": "eslint \"*.{js,mjs}\" \"src/**/*.{js,mjs}\"",
"precommit": "lint-staged",
@@ -13,22 +14,15 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/w33ble/strain-scraper.git"
"url": "git+https://git.w33ble.com/w33ble/strain-tools.git"
},
"keywords": [],
"files": [
"src/",
"index.js",
"index.mjs",
"CHANGELOG.md",
"AUTHORS.md"
],
"author": "joe fleming (https://github.com/w33ble)",
"license": "MIT",
"bugs": {
"url": "https://github.com/w33ble/strain-scraper/issues"
"url": "https://git.w33ble.com/w33ble/strain-tools/issues"
},
"homepage": "https://github.com/w33ble/strain-scraper",
"homepage": "https://git.w33ble.com/w33ble/strain-tools",
"auto-changelog": {
"output": "CHANGELOG.md",
"breakingPattern": "BREAKING CHANGE:",
@@ -49,15 +43,10 @@
"singleQuote": true,
"trailingComma": "es5"
},
"esm": {
"cjs": true
},
"dependencies": {
"axios": "^0.18.0",
"esm": "^3.0.17",
"lodash": "^4.17.10",
"lowdb": "^1.0.0"
},
"workspaces": [
"packages/*"
],
"dependencies": {},
"devDependencies": {
"auto-authors": "^0.1.1",
"auto-changelog": "^1.7.0",
@@ -70,7 +59,6 @@
"eslint-plugin-react": "^7.1.0",
"husky": "^0.14.3",
"lint-staged": "^7.0.4",
"nodemon": "^1.18.4",
"prettier": "^1.9.0"
}
}