mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 08:03:42 +00:00
17 lines
326 B
JSON
17 lines
326 B
JSON
{
|
|
"name": "@betternas/contracts",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"openapi",
|
|
"schemas"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"check-types": "tsc --noEmit -p tsconfig.json"
|
|
}
|
|
}
|