knex-soql
Version:
Knex.js dialect for building and executing Salesforce Queries (SOQL)
56 lines (55 loc) • 1.21 kB
JSON
{
"name": "knex-soql",
"version": "0.6.2",
"description": "Knex.js dialect for building and executing Salesforce Queries (SOQL)",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "jest",
"test:coverage": "jest --coverage",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git://github.com/jsarafajr/knex-soql.git"
},
"keywords": [
"soql",
"salesforce",
"knex",
"sql",
"sql-builder"
],
"author": {
"name": "Yevhenii Baraniuk",
"web": "https://github.com/jsarafajr"
},
"bugs": {
"url": "https://github.com/jsarafajr/knex-soql/issues"
},
"homepage": "https://github.com/jsarafajr/knex-soql#readme",
"dependencies": {
"jsforce": "^1.10.1",
"knex": ">=0.21.6",
"lodash": "^4.17.21"
},
"peerDependencies": {
"knex": ">=0.21.6"
},
"devDependencies": {
"codecov": "^3.8.1",
"eslint": "^7.23.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"jest": "^26.6.3",
"snyk": "^1.523.0"
},
"files": [
"README.md",
"src/*",
"index.js",
"LICENSE"
],
"snyk": true
}