Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "vuex-test", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Vuex Testing Tools", | ||
"main": "index.js", | ||
"main": "./dist/index.js", | ||
"homepage": "https://github.com/mcmillion/vuex-test", | ||
"bugs": { | ||
"url": "https://github.com/mcmillion/vuex-test/issues" | ||
}, | ||
"repository": { | ||
@@ -12,3 +16,31 @@ "url": "https://github.com/mcmillion/vuex-test", | ||
"license": "MIT", | ||
"private": false | ||
"private": false, | ||
"scripts": { | ||
"test": "cross-env BABEL_ENV=commonjs mocha --require babel-register --recursive", | ||
"test:watch": "cross-env BABEL_ENV=commonjs mocha --require babel-register --recursive --watch", | ||
"cover": "cross-env BABEL_ENV=commonjs istanbul cover _mocha -- --require babel-register --recursive", | ||
"lint": "eslint src test", | ||
"clean": "rimraf dist", | ||
"build": "cross-env BABEL_ENV=commonjs babel src --out-dir dist", | ||
"build:watch": "cross-env BABEL_ENV=commonjs babel src --watch --out-dir dist", | ||
"prepublish": "npm run clean && npm run lint && npm run test && npm run build" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-eslint": "^8.0.1", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-stage-2": "^6.24.1", | ||
"chai": "^4.1.2", | ||
"cross-env": "^5.0.5", | ||
"eslint": "^4.8.0", | ||
"eslint-config-airbnb-base": "^12.0.1", | ||
"eslint-plugin-import": "^2.7.0", | ||
"istanbul": "^1.0.0-alpha", | ||
"mocha": "^4.0.1", | ||
"rimraf": "^2.6.2" | ||
} | ||
} |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2780
3
8
13