chrt
Version:
Chrt is a library for creating charts in the most spontaneous way possible.
98 lines (97 loc) • 2.61 kB
JSON
{
"name": "chrt",
"version": "0.0.170",
"description": "Chrt is a library for creating charts in the most spontaneous way possible.",
"main": "src/index.js",
"module": "src/index.js",
"unpkg": "dist/chrt.min.js",
"jsdelivr": "dist/chrt.min.js",
"exports": {
"umd": "./dist/chrt.min.js",
"default": "./src/index.js"
},
"type": "module",
"files": [
"dist/**/*.js",
"./index.js"
],
"keywords": [
"chrt",
"charts",
"dom",
"visualization",
"svg"
],
"watch": {
"build": {
"extensions": "js,jsx"
}
},
"scripts": {
"test": "jest --passWithNoTests",
"build": "rimraf dist && mkdir dist && json2module package.json > dist/package.js && rollup -c",
"postversion": "rimraf dist && mkdir dist && json2module package.json > dist/package.js && rollup -c",
"lint": "eslint index.js --fix",
"watch": "npm-watch",
"dev": "budo test/index.js:bundle.js --live --dir test/chrts -- -t [ babelify --extensions .js ]"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"pre-push": "npm run lint"
}
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:chrt-io/chrt.git"
},
"author": "chrt",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrt-io/chrt/issues"
},
"homepage": "chrt.io",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@wwa/rollup-plugin-terser": "^1.1.2",
"babel-jest": "^29.7.0",
"babel-plugin-root-import": "^6.6.0",
"babelify": "^10.0.0",
"budo": "^11.8.4",
"eslint": "^9.14.0",
"husky": "~9.1.6",
"jest": "^29.7.0",
"json2module": "0.0.3",
"npm-watch": "^0.13.0",
"rimraf": "^6.0.1",
"rollup": "^4.24.4",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-commonjs": "^10.1.0",
"watch": "^1.0.2"
},
"dependencies": {
"chrt-annotation": "^0.0.22",
"chrt-axis": "^0.0.59",
"chrt-bars": "^0.0.49",
"chrt-core": "^0.0.69",
"chrt-dotplot": "0.0.8",
"chrt-grid": "^0.0.28",
"chrt-interpolations": "^0.0.15",
"chrt-label": "^0.0.44",
"chrt-line": "^0.0.46",
"chrt-markers": "^0.0.23",
"chrt-points": "^0.0.42",
"chrt-range": "^0.0.9",
"chrt-set": "0.0.12"
},
"engines": {
"node": ">=20"
}
}