UNPKG

@rgsoft/turtle

Version:

Turtle graphics and L-Systems library

42 lines (41 loc) 1.01 kB
{ "name": "@rgsoft/turtle", "version": "1.0.1", "description": "Turtle graphics and L-Systems library", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "vitest", "coverage": "vitest run --coverage", "build": "tsup" }, "repository": { "type": "git", "url": "git+https://github.com/rgmiranda/turtle.git" }, "keywords": [ "turtle", "l-systems", "graphics" ], "author": "Ricardo Miranda <rgmiranda@live.com.ar>", "license": "MIT", "bugs": { "url": "https://github.com/rgmiranda/turtle/issues" }, "homepage": "https://github.com/rgmiranda/turtle#readme", "devDependencies": { "@vitest/coverage-v8": "^2.0.3", "jest-canvas-mock": "^2.5.2", "jsdom": "^24.1.1", "ts-node": "^10.9.2", "tsup": "^8.1.0", "typescript": "^5.5.3", "vitest": "^2.0.3", "vitest-canvas-mock": "^0.3.3" } }