canvas-trading
Version:
Interactive HTML5 Canvas Trading Chart
60 lines (59 loc) • 1.39 kB
JSON
{
"name": "canvas-trading",
"version": "1.0.19",
"description": "Interactive HTML5 Canvas Trading Chart",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/makskornakov/canvas-trading-demo.git",
"directory": "packages/canvas-trading"
},
"homepage": "https://makskornakov.github.io/canvas-trading-demo/",
"bugs": {
"url": "https://github.com/makskornakov/canvas-trading-demo/issues",
"email": "makskornakov@gmail.com"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepack": "npm run build"
},
"keywords": [
"canvas",
"trading",
"stock",
"chart",
"react",
"typescript"
],
"contributors": [
{
"name": "Art Ginzburg",
"email": "ginzburg.arthur@gmail.com",
"url": "https://ginzburg.art"
},
{
"name": "Maksim Kornakov",
"email": "makskornakov@gmail.com",
"url": "https://github.com/makskornakov"
}
],
"dependencies": {
"usehooks-ts": "^2.9.1"
},
"peerDependencies": {
"react": "^18.2.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/react": "^18.0.25",
"@types/styled-components": "^5.1.26",
"typescript": "^4.9.3"
},
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts"
}