UNPKG

typescript-tradingview-embed

Version:
33 lines 844 B
{ "name": "typescript-tradingview-embed", "version": "1.0.0", "description": "Typescript Component for TradingView Embeds", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublish": "tsc", "dev": "tsc && node dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/nordible/typescript-tradingview-embed.git" }, "keywords": [ "react", "angular", "typescript", "tradingview", "embeds", "widgets" ], "author": "Nordible <info@nordible.com> (https://nordible.com)", "license": "MIT", "bugs": { "url": "https://github.com/nordible/typescript-tradingview-embed/issues" }, "homepage": "https://nordible.com/typescript-tradingview-embed/", "files": [ "dist/*" ] }