Files
zkldi_Tachi/package.json
T
2022-07-04 02:15:43 +01:00

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"
}
}