cell/package.json

19 lines
354 B
JSON
Raw Normal View History

2023-01-29 08:18:58 -05:00
{
"name": "cell-client",
"version": "0.0.0",
"description": "",
"main": "index.html",
"scripts": {
"start": "parcel index.html --open",
"build": "parcel build index.html"
},
"dependencies": {
"@types/p5": "^1.3.3",
"p5": "^1.4.0"
},
"devDependencies": {
"parcel-bundler": "^1.12.5",
"typescript": "^4.5.4"
}
}