jiq
Version:
Use existing javascript knowledge to query or modify data
61 lines (60 loc) • 1.65 kB
JSON
{
"name": "jiq",
"version": "0.0.10",
"description": "Use existing javascript knowledge to query or modify data",
"keywords": [
"javascript inline query",
"json query",
"json inline query",
"json",
"yaml",
"files",
"directory"
],
"main": "build/src/index.js",
"author": {
"name": "Adil",
"email": "adil.sudo@gmail.com",
"url": "https://md-adil.github.io"
},
"homepage": "https://md-adil.github.io/jiq/",
"repository": {
"url": "https://github.com/md-adil/jiq",
"type": "git"
},
"license": "MIT",
"scripts": {
"watch": "tsc -w",
"build": "rm -r build && tsc",
"start": "node ./build",
"test": "mocha ./build/tests/*.spec.js"
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/cheerio": "^0.22.22",
"@types/lodash": "^4.14.165",
"@types/mime-types": "^2.1.0",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.6",
"@types/node-fetch": "^2.5.7",
"@types/table": "^6.0.0",
"chai": "^4.2.0",
"mocha": "^8.2.1"
},
"dependencies": {
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.3",
"commander": "^6.2.0",
"csv-parse": "^4.14.0",
"csv-stringify": "^5.5.1",
"dotenv": "^8.2.0",
"fast-xml-parser": "^3.17.4",
"lodash": "^4.17.20",
"mime-types": "^2.1.27",
"moment": "^2.29.1",
"node-fetch": "^2.6.1",
"table": "^6.0.3",
"yaml": "^1.10.0"
},
"bin": "./build/src/index.js"
}