Chart.js/test/integration/node/package.json
2022-08-22 20:42:43 +02:00

14 lines
282 B
JSON

{
"private": true,
"description": "chart.js should work in Node",
"type": "module",
"scripts": {
"test": "npm run test-mjs && npm run test-cjs",
"test-mjs": "node test.js",
"test-cjs": "node test.cjs"
},
"dependencies": {
"chart.js": "workspace:*"
}
}