Chart.js/test/integration/node/package.json
2022-08-03 09:17:05 -04:00

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"
}
}