Monorepo for Aesthetic.Computer aesthetic.computer
at main 17 lines 388 B view raw
1{ 2 "name": "aesthetic.computer", 3 "version": "1.0.0", 4 "description": "An interactive aesthetic.computer window.", 5 "main": "code.js", 6 "scripts": { 7 "build": "tsc -p tsconfig.json", 8 "dev": "tsc --watch" 9 }, 10 "author": "", 11 "license": "", 12 "devDependencies": { 13 "@figma/plugin-typings": "*", 14 "@figma/widget-typings": "*", 15 "typescript": "*" 16 } 17}