{
  "name": "@hunterliu/ts-whammy",
  "version": "1.1.0",
  "description": "A modern typescript version of whammy. You can use it to encode images(webp) to webm video.",
  "keywords": [
    "whammy",
    "webp",
    "webm"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Akimyou/ts-whammy.git"
  },
  "scripts": {
    "dev": "vite",
    "serve": "vite preview",
    "build:demo": "vite build",
    "build:lib": "rm -rf @types libs && tsc --build tsconfig.lib.json",
    "codecov": "codecov",
    "test:unit": "jest tests/unit",
    "test:performance": "ts-node --project tsconfig.lib.json -r tsconfig-paths/register ./tests/performance/index.spec.ts"
  },
  "main": "libs/index.js",
  "types": "@types/index.d.ts",
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^13.1.4",
    "@babel/preset-typescript": "^7.18.6",
    "@types/benchmark": "^2.1.2",
    "@types/jest": "^29.0.0",
    "benchmark": "^2.1.4",
    "codecov": "^3.8.3",
    "jest-environment-jsdom": "^29.0.1",
    "solid-js": "^1.5.1",
    "solid-styled-components": "^0.28.4",
    "ts-jest": "^28.0.8",
    "ts-node": "^10.9.1",
    "tsconfig-paths": "^3.9.0",
    "tslib": "^2.4.0",
    "typescript": "^4.8.2",
    "vite": "^3.0.9",
    "vite-plugin-solid": "^2.3.0"
  }
}
