UNPKG

jsql-webpack

Version:

A webpack plugin to change sql queries to hash for JSQL.

44 lines (43 loc) 884 B
{ "name": "jsql-webpack", "version": "1.5.0", "description": "A webpack plugin to change sql queries to hash for JSQL.", "main": "jsql-webpack.js", "homepage": "https://jsql.it", "author": { "name": "JSQL Sp.z.o.o. (Ltd, LLC)", "email": "office@jsql.it" }, "scripts": { "test": "webpack" }, "bugs": { "url": "https://jsql.it/product-support" }, "keywords": [ "jsql-grunt", "jsql grunt", "jsql", "jsql-it", "jsql-optimization" ], "licenses": [ { "type": "LicenseRef-LICENSE", "url": "https://jsql.it/public-packages-license" } ], "engines": { "node": ">= 0.8.0" }, "dependencies": { "jsql-cli": "latest" }, "peerDependencies": { "gulp": "^3.9.0" }, "devDependencies": { "webpack": "^4.34.0", "webpack-cli": "^3.3.4" } }