mirror of
https://github.com/jwetzell/aas-js.git
synced 2026-07-26 08:38:39 +00:00
29 lines
663 B
JSON
29 lines
663 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",
|
|
"build:cli": "npm run build --workspace packages/cli"
|
|
},
|
|
"keywords": [],
|
|
"author": {
|
|
"name": "Joel Wetzell",
|
|
"email": "me@jwetzell.com",
|
|
"url": "https://jwetzell.com"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"eslint": "^8.51.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"prettier": "^3.0.3"
|
|
},
|
|
"workspaces": [
|
|
"packages/*",
|
|
"apps/*"
|
|
]
|
|
}
|