Monorepo for Aesthetic.Computer
aesthetic.computer
1{
2 "name": "@aesthetic.computer/mcp",
3 "version": "1.1.0",
4 "mcpName": "io.github.whistlegraph/aesthetic-computer",
5 "description": "MCP server for publishing and exploring pieces on aesthetic.computer",
6 "type": "module",
7 "main": "dist/index.js",
8 "bin": {
9 "aesthetic-computer-mcp": "dist/index.js"
10 },
11 "scripts": {
12 "build": "tsc",
13 "dev": "tsc --watch",
14 "prepare": "npm run build"
15 },
16 "keywords": [
17 "mcp",
18 "model-context-protocol",
19 "aesthetic-computer",
20 "creative-coding",
21 "kidlisp"
22 ],
23 "author": "Jeffrey Alan Scudder",
24 "license": "MIT",
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/whistlegraph/aesthetic-computer.git",
28 "directory": "mcp-server"
29 },
30 "dependencies": {
31 "@modelcontextprotocol/sdk": "^1.0.4"
32 },
33 "devDependencies": {
34 "@types/node": "^22.10.2",
35 "typescript": "^5.7.2"
36 },
37 "engines": {
38 "node": ">=18"
39 }
40}