{
  "name": "dls-graphics",
  "version": "1.4.3",
  "description": "Graphics materials for Baidu Light DLS.",
  "keywords": [
    "graphics",
    "baidu",
    "dls"
  ],
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Justineo (justice360@gmail.com)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ecomfe/dls-illustrations.git",
    "directory": "packages/dls-graphics"
  },
  "homepage": "https://github.com/ecomfe/dls-illustrations/tree/master/packages/dls-graphics/#readme",
  "devDependencies": {
    "rollup": "^2.75.7"
  },
  "scripts": {
    "build": "rollup -c"
  }
}