@dank-inc/sketchy
Version:
A Super-dank sketching library built with ♥ and typescript!
42 lines (41 loc) • 979 B
JSON
{
"name": "@dank-inc/sketchy",
"version": "1.1.1",
"author": "Elijah Lucian",
"description": "A Super-dank sketching library built with ♥ and typescript!",
"repository": {
"type": "git",
"url": "https://github.com/dank-inc/sketchy"
},
"files": [
"lib"
],
"main": "lib/index.js",
"license": "MIT",
"keywords": [
"typescript",
"canvas",
"creative coding",
"creative",
"genart",
"generative",
"datavis",
"vis"
],
"scripts": {
"lint": "tsc --noEmit",
"clean:win": "del /s /q lib",
"clean:unix": "rm -rf lib",
"build": "tsc",
"deploy": "npm run clean:unix && npm run build && npm publish",
"deploy:win": "npm run clean:win && npm run build && npm publish"
},
"devDependencies": {
"@dank-inc/lewps": "^0.9.0",
"@dank-inc/super-mouse": "^0.5.6",
"bezier-easing": "^2.1.0",
"nice-color-palettes": "^3.0.0",
"simplex-noise": "^4.0.3",
"typescript": "^5.7.2"
}
}