mirror of
https://github.com/jwetzell/aas-js.git
synced 2026-09-01 02:09:07 +00:00
initial commit
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user