@ctx-core/tradingview
Version:
ctx-core tradingview svelte library
65 lines • 1.52 kB
JSON
{
"name": "@ctx-core/tradingview",
"version": "9.2.226",
"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"
},
"dependencies": {
"@ctx-core/dom": "^15.3.102",
"ctx-core": "^7.2.32",
"svelte": "^4.2.19"
},
"devDependencies": {
"c8": "^10.1.2",
"check-dts": "^0.8.2",
"tsx": "^4.19.0",
"typescript": "next",
"uvu": "^0.5.6"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"scripts": {
"build": ":",
"clean": ":",
"exec": "$@",
"test": "pnpm run /^test:/",
"test:types": "check-dts",
"test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
"disable:test:unit:coverage": "c8 pnpm test:unit"
}
}