/
githubmirror
/
Chart.js
Обзор
Документация
Войти
/
githubmirror
/
Chart.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/integration/node/package.json
13 строк
282 B
Ben McCann
Switch to pnpm (#10576)
22 авг 2022, 21:42
Не верифицирован
22 авг 2022, 21:42
9258f25
Код
Авторство
О чём код?
{ "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:*" } }