simple-sql-get
Advanced tools
+20
| sudo: false | ||
| language: node_js | ||
| cache: | ||
| directories: | ||
| - node_modules | ||
| notifications: | ||
| email: false | ||
| node_js: | ||
| - '4' | ||
| before_install: | ||
| - npm i -g npm@^2.0.0 | ||
| before_script: | ||
| - npm prune | ||
| script: | ||
| - npm run test | ||
| after_success: | ||
| - npm run semantic-release | ||
| branches: | ||
| except: | ||
| - "/^v\\d+\\.\\d+\\.\\d+$/" |
+21
-5
| { | ||
| "name": "simple-sql-get", | ||
| "version": "0.1.1", | ||
| "description": "Simple SQL Query Tool for Select statements. A very thin wrapper over Sequelize.", | ||
| "version": "0.2.0", | ||
| "main": "src/index.js", | ||
@@ -10,8 +10,13 @@ "scripts": { | ||
| "start": "nodemon ./src/index.js --exec babel-node -- --use_strict", | ||
| "commit": "git-cz", | ||
| "lint": "eslint src", | ||
| "test": "NODE_ENV=test ./node_modules/.bin/mocha --compilers js:babel-core/register tests/*.js", | ||
| "test:watch": "npm test -w", | ||
| "test:watch:single": "NODE_ENV=test ./node_modules/.bin/mocha -w --compilers js:babel-core/register" | ||
| "test:watch:single": "NODE_ENV=test ./node_modules/.bin/mocha -w --compilers js:babel-core/register", | ||
| "semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
| }, | ||
| "repository": "mcadonline/simple-sql-get", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/mcadonline/simple-sql-get.git" | ||
| }, | ||
| "author": "James Johnson", | ||
@@ -24,2 +29,4 @@ "license": "ISC", | ||
| "chai-as-promised": "^5.1.0", | ||
| "commitizen": "^2.4.6", | ||
| "cz-conventional-changelog": "^1.1.5", | ||
| "eslint": "^1.10.3", | ||
@@ -30,3 +37,4 @@ "eslint-config-airbnb": "^2.0.0", | ||
| "nodemon": "^1.8.1", | ||
| "sqlite3": "^3.1.1" | ||
| "sqlite3": "^3.1.1", | ||
| "semantic-release": "^4.3.5" | ||
| }, | ||
@@ -36,3 +44,11 @@ "dependencies": { | ||
| "tedious": "^1.13.1" | ||
| }, | ||
| "config": { | ||
| "ghooks": { | ||
| "pre-commit": "npm run test" | ||
| }, | ||
| "commitizen": { | ||
| "path": "node_modules/cz-conventional-changelog" | ||
| } | ||
| } | ||
| } | ||
| } |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
14911
5.23%11
10%0
-100%13
30%