mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-26 17:07:58 +03:00
20 lines
510 B
JSON
20 lines
510 B
JSON
{
|
|
"name": "tachi",
|
|
"version": "2.2.0-dev",
|
|
"private": true,
|
|
"description": "The root of the Tachi monorepo. Contains common utils like linters.",
|
|
"scripts": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/TNG-dev/Tachi.git"
|
|
},
|
|
"author": "zkldi",
|
|
"license": "SEE LICENSE IN EACH PACKAGE",
|
|
"bugs": {
|
|
"url": "https://github.com/TNG-dev/Tachi/issues"
|
|
},
|
|
"homepage": "https://github.com/TNG-dev/Tachi#readme",
|
|
"devDependencies": {
|
|
"eslint": "8.18.0"
|
|
}
|
|
} |