19 lines
423 B
JSON
19 lines
423 B
JSON
{
|
|
"name": "js-vis",
|
|
"version": "1.0.0",
|
|
"description": "Visualization Utilities in JS",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.laddhoffman.com:lentil/js-vis.git"
|
|
},
|
|
"author": "Ladd Hoffman <lentil@laddhoffman.com>",
|
|
"license": "Unlicense",
|
|
"devDependencies": {
|
|
"eslint": "^9.39.2"
|
|
}
|
|
}
|