quaff
Version:
Collect JS/JSON/YAML/YML/CSV/TSV/ArchieML files from a source folder and convert them into a single object.
62 lines (61 loc) • 1.49 kB
JSON
{
"name": "quaff",
"type": "module",
"version": "5.0.0",
"description": "Collect JS/JSON/YAML/YML/CSV/TSV/ArchieML files from a source folder and convert them into a single object.",
"exports": "./lib/index.js",
"types": "./lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/rdmurphy/quaff.git"
},
"author": "Ryan Murphy",
"license": "MIT",
"files": [
"lib"
],
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"scripts": {
"build": "tsc",
"git-pre-commit": "precise-commits",
"test": "tsc --noEmit && node --loader ts-node/esm test/test.js",
"coverage": "c8 --reporter text --reporter lcovonly npm run test",
"release": "np --no-yarn"
},
"keywords": [
"data",
"javascript",
"json",
"yaml",
"yml",
"csv",
"tsv"
],
"devDependencies": {
"@rdm/prettier-config": "^1.0.1",
"@tsconfig/node12": "^1.0.8",
"@types/d3-dsv": "^2.0.1",
"@types/js-yaml": "^4.0.1",
"@types/node": "^14.0.22",
"@vercel/git-hooks": "^1.0.0",
"c8": "^7.7.2",
"coveralls": "^3.1.0",
"np": "^7.5.0",
"precise-commits": "^1.0.2",
"prettier": "^2.0.5",
"ts-node": "^10.0.0",
"typescript": "^4.3.2",
"uvu": "^0.5.0"
},
"dependencies": {
"archieml": "^0.4.2",
"d3-dsv": "^3.0.1",
"dset": "^3.0.0",
"js-yaml": "^4.0.0",
"parse-json": "^5.0.0",
"totalist": "^2.0.0"
},
"prettier": "@rdm/prettier-config"
}