|
- {
- "name": "@tesseract-design/goofy-goober-example-vanilla",
- "version": "1.0.0",
- "description": "Example project using goofy-goober",
- "main": "index.js",
- "repository": "https://code.modal.sh/tesseract-design/goofy-goober",
- "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
- "license": "MIT",
- "private": false,
- "dependencies": {
- "parcel": "^2.8.3"
- },
- "alias": {
- "@tesseract-design/goofy-goober": "../../src"
- },
- "scripts": {
- "start": "parcel index.html"
- }
- }
|