mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
14 lines
310 B
JSON
14 lines
310 B
JSON
{
|
|
"private": true,
|
|
"description": "chart.js should work in Node",
|
|
"scripts": {
|
|
"test": "npm run test-cjs",
|
|
"test-cjs": "node test.cjs",
|
|
"test-mjs": "node test.mjs",
|
|
"TODO": "test-mjs should be enambled for chart.js v4"
|
|
},
|
|
"dependencies": {
|
|
"chart.js": "file:../package.tgz"
|
|
}
|
|
}
|