@heavy-dev/config
Version:
Shared configuration files for Heavy Dev projects
27 lines • 572 B
JSON
{
"name": "@heavy-dev/config",
"version": "1.0.3",
"description": "Shared configuration files for Heavy Dev projects",
"main": "",
"repository": "git@github.com:HeavyDotDev/config.git",
"author": "Heavy Dev <admin@heavy.dev>",
"license": "MIT",
"keywords": [
"heavy",
"heavydotdev",
"heavy-dev",
"heavydev",
"prettier",
"typescript",
"config",
"react"
],
"files": [
"prettier.json",
"tsconfig.json",
".vscode/extensions.json",
".vscode/settings.json",
".vscode/tailwind.json",
"eslint.json"
]
}