@genart-api/core
Version:
Platform-independent extensible API for browser-based generative art
52 lines • 1.28 kB
JSON
{
"name": "@genart-api/core",
"version": "0.27.0",
"description": "Platform-independent extensible API for browser-based generative art",
"repository": {
"type": "git",
"url": "https://github.com/thi-ng/genart-api.git"
},
"homepage": "https://thi.ng/genart-api",
"author": "Karsten Schmidt (https://thi.ng)",
"license": "MIT",
"type": "module",
"typings": "./genart.d.ts",
"scripts": {
"build": "node ../../tools/build.js src/genart.ts genart && yarn build:types",
"build:types": "tsc -d --emitDeclarationOnly --noEmit false",
"build:dist": "node ../../tools/build-dist.js --decl && cp ../../README.md .",
"clean": "bun ../../tools/clean-package.js api params time",
"doc": "typedoc src/api.ts",
"publish": "yarn npm publish --access public",
"test": "bun test"
},
"devDependencies": {
"bun-types": "^1.2.14",
"esbuild": "^0.25.4",
"typedoc": "^0.28.4",
"typescript": "^5.8.3"
},
"files": [
"api",
"params",
"time",
"./*.js",
"./*.d.ts"
],
"keywords": [
"animation",
"art",
"cross-platform",
"genart",
"generative",
"interop",
"ipc",
"messages",
"parameters",
"platform",
"time"
],
"publishConfig": {
"access": "public"
}
}