2023-03-13 08:24:20 +00:00
|
|
|
{
|
2024-06-05 08:52:41 +02:00
|
|
|
"name": "@link-stack/typescript-config",
|
2024-11-25 09:31:25 +01:00
|
|
|
"version": "2.3.4",
|
2023-03-13 08:24:20 +00:00
|
|
|
"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"
|
2023-03-13 08:24:20 +00:00
|
|
|
},
|
|
|
|
|
"files": [
|
2024-06-05 15:12:48 +02:00
|
|
|
"tsconfig.json",
|
|
|
|
|
"tsconfig.next.json",
|
|
|
|
|
"tsconfig.node.json"
|
2023-03-13 08:24:20 +00:00
|
|
|
],
|
|
|
|
|
"scripts": {
|
|
|
|
|
"lint": "echo no lint",
|
|
|
|
|
"test": "echo no tests"
|
|
|
|
|
}
|
|
|
|
|
}
|