@dschz/solid-tradingview-widgets
Version:
SolidJS bindings for TradingView Widgets — ready-to-use financial tools you can embed into your website to display market data.
108 lines (107 loc) • 2.87 kB
JSON
{
"name": "@dschz/solid-tradingview-widgets",
"version": "0.1.3",
"description": "SolidJS bindings for TradingView Widgets — ready-to-use financial tools you can embed into your website to display market data.",
"type": "module",
"author": "Daniel Sanchez <dsanc89@icloud.com>",
"license": "MIT",
"homepage": "https://github.com/dsnchz/solid-tradingview-widgets#readme",
"repository": {
"type": "git",
"url": "https://github.com/dsnchz/solid-tradingview-widgets.git"
},
"bugs": {
"url": "https://github.com/dsnchz/solid-tradingview-widgets/issues"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"keywords": [
"chart",
"charts",
"finance",
"financial-data",
"investment",
"solid",
"solid-component",
"solid-js",
"solidjs",
"stocks",
"trading",
"trading-platform",
"tradingview",
"tradingview-api",
"tradingview-chart",
"tradingview-widgets",
"typescript",
"widget",
"widgets"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"browser": {},
"exports": {
"solid": "./dist/index.jsx",
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"typesVersions": {},
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch",
"dev": "vite",
"format": "prettier . --check",
"format:fix": "prettier . --write",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"pkg:changeset": "changeset",
"pkg:version": "changeset version",
"pkg:publish": "bun run build && changeset publish",
"serve": "vite preview",
"start": "vite",
"start:server": "bun run server/index.ts",
"test": "vitest run",
"test:cov": "vitest run --coverage",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@changesets/cli": "^2.29.3",
"@solidjs/router": "^0.15.3",
"@solidjs/testing-library": "^0.8.10",
"@tailwindcss/vite": "^4.1.5",
"@testing-library/jest-dom": "^6.6.3",
"@types/bun": "^1.2.12",
"@typescript-eslint/eslint-plugin": "^8.32.0",
"@typescript-eslint/parser": "^8.32.0",
"@vitest/coverage-istanbul": "^3.1.3",
"eslint": "^9.26.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-solid": "^0.14.5",
"globals": "^16.1.0",
"jiti": "^2.4.2",
"jsdom": "^26.1.0",
"prettier": "^3.5.3",
"solid-js": "^1.9.6",
"tailwindcss": "^4.1.5",
"tsup": "^8.4.0",
"tsup-preset-solid": "^2.2.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.0",
"vite": "^6.3.5",
"vite-plugin-solid": "^2.11.6",
"vitest": "^3.1.3"
},
"peerDependencies": {
"solid-js": ">=1.6.0"
},
"dependencies": {
"@dschz/load-script": "^1.0.7",
"@dschz/try-catch": "^1.1.2"
}
}