@jakebeamish/penplotting
Version:
A JavaScript framework for making SVG files for penplotters.
54 lines (53 loc) • 1.28 kB
JSON
{
"name": "@jakebeamish/penplotting",
"version": "5.5.0",
"description": "A JavaScript framework for making SVG files for penplotters.",
"main": "source/index.js",
"bin": {
"new-plot": "new-plot.sh"
},
"scripts": {
"test": "jest --coverage",
"docs": "jsdoc --configure jsdoc.json --verbose -p"
},
"files": [
"source/**/*.js",
"new-plot.sh",
"!source/tests/**"
],
"keywords": [
"svg",
"plotter",
"penplotting",
"art",
"generativeart"
],
"author": {
"name": "Jake Beamish",
"email": "jakebeamish@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/jakebeamish/Penplotting.js.git"
},
"homepage": "https://jakebeamish.github.io/Penplotting.js",
"bugs": {
"url": "https://github.com/jakebeamish/Penplotting.js/issues"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@eslint/js": "^9.18.0",
"babel-jest": "^29.7.0",
"clean-jsdoc-theme": "^4.3.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.14.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-html-reporter": "^3.10.2",
"jsdoc": "^4.0.3",
"prettier": "3.3.3"
}
}