api-seed-mixins
Advanced tools
Comparing version 0.0.0 to 0.1.0
@@ -1,55 +0,1 @@ | ||
{ | ||
"name": "api-seed-mixins", | ||
"version": "0.0.0", | ||
"description": "Mixins used in api-seed", | ||
"main": "mixins", | ||
"scripts": { | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"ci": "jest --runInBand --coverage && npm run lint", | ||
"lint": "eslint --ignore-path .gitignore .", | ||
"commit": "git-cz", | ||
"precommit": "lint-staged" | ||
}, | ||
"jest": { | ||
"testEnvironment": "node", | ||
"testMatch": [ | ||
"<rootDir>/spec/**/?(*.)(spec|test).js?(x)" | ||
] | ||
}, | ||
"lint-staged": { | ||
"*.{js,json}": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/JonnyBGod/api-seed-mixins.git" | ||
}, | ||
"author": "João Ribeiro <jonnybgod@gmail.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/JonnyBGod/api-seed-mixins/issues" | ||
}, | ||
"homepage": "https://github.com/JonnyBGod/api-seed-mixins#readme", | ||
"devDependencies": { | ||
"commitizen": "^2.9.6", | ||
"coveralls": "^3.0.0", | ||
"cz-conventional-changelog": "^2.0.0", | ||
"eslint": "^4.9.0", | ||
"eslint-config-prettier": "^2.6.0", | ||
"eslint-plugin-jest": "^21.2.0", | ||
"eslint-plugin-prettier": "^2.3.1", | ||
"husky": "^0.14.3", | ||
"jest": "^21.2.1", | ||
"lint-staged": "^4.3.0", | ||
"prettier": "1.7.4", | ||
"supertest": "^3.0.0" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
} | ||
} | ||
{"name":"api-seed-mixins","version":"0.1.0","description":"Mixins used in api-seed","main":"mixins","scripts":{"test":"jest","test:watch":"jest --watch","ci":"jest --runInBand --coverage && npm run lint","lint":"eslint --ignore-path .gitignore .","commit":"git-cz","precommit":"lint-staged","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"jest":{"testEnvironment":"node","testMatch":["<rootDir>/spec/**/?(*.)(spec|test).js?(x)"]},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"repository":{"type":"git","url":"https://github.com/JonnyBGod/api-seed-mixins.git"},"author":"João Ribeiro <jonnybgod@gmail.com>","license":"MIT","bugs":{"url":"https://github.com/JonnyBGod/api-seed-mixins/issues"},"homepage":"https://github.com/JonnyBGod/api-seed-mixins#readme","devDependencies":{"commitizen":"^2.9.6","coveralls":"^3.0.0","cz-conventional-changelog":"^2.0.0","eslint":"^4.9.0","eslint-config-prettier":"^2.6.0","eslint-plugin-jest":"^21.2.0","eslint-plugin-prettier":"^2.3.1","husky":"^0.14.3","jest":"^21.2.1","lint-staged":"^4.3.0","prettier":"1.7.4","supertest":"^3.0.0","semantic-release":"^8.2.0"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}}} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45210
27
13