package.json 261 B

1234567891011121314
  1. {
  2. "name": "testecharts",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "author": "ryane",
  9. "license": "ISC",
  10. "description": "",
  11. "dependencies": {
  12. "echarts": "^5.5.1"
  13. }
  14. }