UNPKG

@dickyindra/klinecharts

Version:

Lightweight k-line chart built with html5 canvas

76 lines (75 loc) 2.02 kB
{ "name": "@dickyindra/klinecharts", "version": "8.3.6-7", "description": "Lightweight k-line chart built with html5 canvas", "main": "index.js", "types": "./types/index.d.ts", "files": [ "LICENSE", "README.md", "docs/", "index.js", "index.blank.js", "index.simple.js", "types/", "dist/", "lib/", "licenses/", "NOTICE" ], "repository": { "type": "git", "url": "https://github.com/liihuu/KLineChart" }, "keywords": [ "k-line", "time-line", "candlestick", "technical-indicators", "finance", "klinechart", "stockchart", "stock", "chart", "canvas" ], "author": "liihuu", "license": "Apache-2.0", "private": false, "scripts": { "lint": "./node_modules/.bin/eslint src", "build-extension": "./node_modules/.bin/babel src/extension --out-dir lib", "build-core": "./node_modules/.bin/rollup -c ./config/rollup.config.js", "build": "npm run build-extension && npm run build-core", "test": "./node_modules/.bin/mocha --require @babel/register tests/", "deploy": "gh-pages -d website" }, "devDependencies": { "@babel/cli": "^7.11.5", "@babel/core": "^7.9.6", "@babel/plugin-transform-runtime": "^7.16.8", "@babel/preset-env": "^7.9.6", "@babel/register": "^7.9.0", "@babel/runtime": "^7.16.7", "@rollup/plugin-babel": "^5.2.1", "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.1.3", "@rollup/plugin-replace": "^2.3.4", "babel-eslint": "^10.0.3", "eslint": "^6.5.1", "eslint-config-standard": "^14.1.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^10.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "gh-pages": "^2.2.0", "rollup": "^2.63.0", "rollup-plugin-filesize": "^9.0.2", "rollup-plugin-progress": "^1.1.2", "rollup-plugin-terser": "^7.0.2", "typescript": "^3.6.4" }, "dependencies": { "numeral": "^2.0.6" } }