{
  "name": "@processor/core",
  "version": "2.0.0",
  "description": "A simple and lightweight JavaScript data processing tool.",
  "keywords": [
    "data",
    "data-processing",
    "processor"
  ],
  "author": "myWsq <wsq961@outlook.com>",
  "repository": "https://github.com/myWsq/processor.git",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "source": "src/index.ts",
  "main": "dist/index.js",
  "module": "dist/index.module.js",
  "esmodule": "dist/index.modern.js",
  "unpkg": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "microbundle --name Processor",
    "dev": "microbundle watch",
    "test": "majestic"
  },
  "gitHead": "766e39ec4da3aec1e31ffadca4b70fae02bf4b0f"
}
