mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
13 lines
272 B
JSON
13 lines
272 B
JSON
{
|
|
"private": true,
|
|
"description": "chart.js should work in Node",
|
|
"scripts": {
|
|
"test": "npm run test-index && npm run test-auto",
|
|
"test-index": "node test.js",
|
|
"test-auto": "node test-auto.js"
|
|
},
|
|
"dependencies": {
|
|
"chart.js": "workspace:*"
|
|
}
|
|
}
|