chartme
Version:
Turn an image into a chart.
68 lines (67 loc) • 1.53 kB
JSON
{
"name": "chartme",
"version": "0.0.13",
"description": "Turn an image into a chart.",
"main": "./dist/cjs/index.cjs",
"module": "./dist/mjs/index.mjs",
"type": "module",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/esm/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/cjs/index.cjs"
}
}
},
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CasFre4/ChartMeLight.git"
},
"keywords": [
"Chart",
"Face",
"Graphics",
"Visuals"
],
"files": [
"dist",
"README.md",
"LICENSE"
],
"author": "CasFre4",
"license": "MIT",
"bugs": {
"url": "https://github.com/CasFre4/ChartMeLight/issues"
},
"homepage": "https://github.com/CasFre4/ChartMeLight#readme",
"dependencies": {
"color-name": "^2.0.0",
"d3": "^7.9.0"
},
"peerDependencies": {
"jimp": "^1.6.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.4",
"@types/color-name": "^2.0.0",
"@types/d3": "^7.4.3",
"@types/jimp": "^0.2.1",
"@types/pngjs": "^6.0.5",
"rollup": "^4.44.2",
"rollup-plugin-dts": "^6.2.1",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
}
}