olivieri-highlights
Version:
Initial attempt to create a package that returns quotations selected specifically by me
27 lines (26 loc) • 574 B
JSON
{
"name": "olivieri-highlights",
"version": "1.0.7",
"description": "Initial attempt to create a package that returns quotations selected specifically by me",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"literature",
"writing",
"olivieri",
"quotes",
"quotations",
"first"
],
"files": [
"data",
"convert-marvin-highlights-to-array.js"
],
"author": "Daniel Francis Olivieri",
"license": "ISC",
"dependencies": {
"convert-csv-to-json": "^1.3.3"
}
}