This repository has been archived on 2026-03-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
codewanderer/package.json
2021-07-14 16:24:37 +02:00

22 lines
507 B
JSON

{
"name": "CodeWanderer",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:dennisschoepf/codewanderer.git",
"author": "Dennis Schoepf <dennis@schoepf.co>",
"license": "MIT",
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html"
},
"devDependencies": {
"@types/p5": "^1.3.0",
"parcel-bundler": "^1.12.5",
"prettier": "^2.3.2",
"sass": "^1.35.2",
"typescript": "^4.3.5"
},
"dependencies": {
"p5": "^1.4.0"
}
}