{
  "name": "quarks.core",
  "version": "0.17.0",
  "description": "Core library for Quarks VFX / Particle System Library",
  "type": "module",
  "types": "./dist/types/index.d.ts",
  "main": "./dist/quarks.core.cjs",
  "module": "./dist/quarks.core.esm.js",
  "exports": {
    ".": {
      "import": "./dist/quarks.core.esm.js",
      "require": "./dist/quarks.core.cjs",
      "types": "./dist/types/index.d.ts"
    }
  },
  "files": [
    "dist",
    "src",
    "LICENSE"
  ],
  "scripts": {
    "build:types": "tsc --emitDeclarationOnly",
    "build:js": "cross-env NODE_ENV=production rollup -c",
    "yalc:publish": "node -e \"const os = require('os'); const { execSync } = require('child_process'); const homedir = os.homedir(); execSync(`yalc publish --store-folder ${homedir}/.yalc`, {stdio: 'inherit'});\"",
    "build": "npm run build:types && npm run build:js",
    "test": "jest",
    "prettier": "prettier --write --ignore-unknown **/*.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Alchemist0823/three.quarks.git"
  },
  "keywords": [
    "particle",
    "library",
    "3d",
    "game",
    "performance",
    "math"
  ],
  "author": "Alchemist0823 <the.forrest.sun@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Alchemist0823/three.quarks/issues"
  },
  "homepage": "https://quarks.art"
}
