package.json 442 B

1234567891011121314151617181920
  1. {
  2. "name": "skottie-wasm-perf",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "dependencies": {
  7. "command-line-args": "^5.0.2",
  8. "command-line-usage": "^5.0.3",
  9. "express": "^4.16.3",
  10. "lottie-web": "5.2.1",
  11. "node-fetch": "^2.2.0",
  12. "puppeteer": "~1.17.0"
  13. },
  14. "devDependencies": {},
  15. "scripts": {
  16. "test": "echo \"Error: no test specified\" && exit 1"
  17. },
  18. "author": "",
  19. "license": "ISC"
  20. }