link-stack/packages/typescript-config/package.json

21 lines
432 B
JSON
Raw Normal View History

{
2024-06-05 08:52:41 +02:00
"name": "@link-stack/typescript-config",
2024-08-14 11:13:58 +02:00
"version": "2.1.1",
"description": "Shared TypeScript config",
"license": "AGPL-3.0-or-later",
"author": "Abel Luck <abel@guardianproject.info>",
"main": "tsconfig.json",
"engines": {
2024-03-16 12:51:56 +01:00
"node": ">=20"
},
"files": [
2024-06-05 15:12:48 +02:00
"tsconfig.json",
"tsconfig.next.json",
"tsconfig.node.json"
],
"scripts": {
"lint": "echo no lint",
"test": "echo no tests"
}
}