22 lines
415 B
JSON
22 lines
415 B
JSON
{
|
|
"name": "@stock-bot/types",
|
|
"version": "1.0.0",
|
|
"description": "Shared type definitions for Stock Bot platform",
|
|
"main": "src/index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"keywords": [
|
|
"types",
|
|
"typescript",
|
|
"stock-bot"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"import": "./src/index.ts",
|
|
"require": "./dist/index.js"
|
|
}
|
|
}
|
|
}
|