mirror of
https://github.com/jwetzell/aas-js.git
synced 2026-08-04 20:37:46 +00:00
24 lines
515 B
JSON
24 lines
515 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|