initial commit

This commit is contained in:
2023-11-24 04:29:12 -06:00
parent e2e311038b
commit f4fe8f0493
12 changed files with 3678 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "aas",
"version": "0.0.0",
"description": "collection of things related to All American Scoreboards 8000",
"main": "index.js",
"scripts": {
"start": "npm run start --workspace packages/cli"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"eslint": "^8.51.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.3"
},
"workspaces": [
"packages/lib",
"packages/cli"
]
}