@a1um1/lightweight-charts-react-wrapper
Version:

72 lines (71 loc) • 1.85 kB
JSON
{
"name": "@a1um1/lightweight-charts-react-wrapper",
"version": "2.1.9",
"description": "",
"type": "module",
"exports": "./dist/index.js",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf './dist' && tsc",
"build:watch": "tsc --watch"
},
"files": ["dist/**/*", "README.md", "CHANGELOG.md", "LICENSE"],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/trash-and-fire/lightweight-charts-react-wrapper.git"
},
"bugs": {
"url": "https://github.com/trash-and-fire/lightweight-charts-react-wrapper/issues"
},
"keywords": [
"react",
"lightweight-charts",
"financial-charting-library",
"charting-library",
"html5-charts",
"canvas",
"typescript",
"charting",
"charts"
],
"devDependencies": {
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"lightweight-charts": "^5.0.5",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rimraf": "^2.6.2",
"typescript": "~4.6.4",
"tslib": "~2.4.0"
},
"peerDependencies": {
"lightweight-charts": ">=4.0.0",
"tslib": "*",
"react": ">=16.8.0"
},
"dependencies": {
"balanced-match": "^1.0.2",
"brace-expansion": "^1.1.11",
"concat-map": "^0.0.1",
"csstype": "^3.1.3",
"fancy-canvas": "^2.1.0",
"fs.realpath": "^1.0.0",
"glob": "^7.2.3",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"js-tokens": "^4.0.0",
"loose-envify": "^1.4.0",
"minimatch": "^3.1.2",
"once": "^1.4.0",
"path-is-absolute": "^1.0.1",
"scheduler": "^0.23.2",
"wrappy": "^1.0.2"
},
"author": "a1um1",
"homepage": "https://github.com/trash-and-fire/lightweight-charts-react-wrapper#readme"
}