UNPKG

@ctx-core/tradingview

Version:

ctx-core tradingview svelte library

66 lines (65 loc) 1.55 kB
{ "name": "@ctx-core/tradingview", "version": "9.2.228", "description": "ctx-core tradingview svelte library", "keywords": [ "ctx-core", "tradingview", "svelte", "component" ], "homepage": "https://github.com/ctx-core/tradingview#readme", "bugs": { "url": "https://github.com/ctx-core/tradingview/issues" }, "repository": { "type": "git", "url": "https://github.com/ctx-core/tradingview.git" }, "license": "Apache-2.0", "author": { "name": "Brian Takita", "url": "https://briantakita.me", "email": "info+ctx-core-tradingview@briantakita.me" }, "type": "module", "files": [ "*.d.ts", "*.js", "*.json", "./Chart_tradingview", "./MarketOverview_tradingview", "./MediumWidget_tradingview", "./MiniSymbolOverview_tradingview" ], "types": "./index.d.ts", "exports": { ".": "./index.js", "./package.json": "./package.json" }, "scripts": { "build": ":", "clean": ":", "exec": "$@", "prepublishOnly": "bun run clean && bun run build && bun run test && publint && attw --pack --ignore-rules cjs-resolves-to-esm", "test": "bun run test:types && bun run test:unit", "test:types": "tsc --noEmit", "test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'", "disable:test:unit:coverage": "c8 bun run test:unit" }, "dependencies": { "@ctx-core/dom": "*", "ctx-core": "*", "svelte": "^5.53.7" }, "devDependencies": { "c8": "^11.0.0", "tsx": "^4.21.0", "typescript": "next", "uvu": "^0.5.6" }, "publishConfig": { "access": "public" }, "sideEffects": false }