{
  "name": "@tomato-js/element",
  "version": "0.0.24",
  "description": "simple, modular utils for web applications",
  "author": "brizer <brizer@163.com>",
  "homepage": "https://github.com/tomato-js/tomato/tree/master/packages/element#readme",
  "license": "MIT",
  "main": "dist/lib/index.js",
  "types": "dist/lib/index.d.ts",
  "module": "dist/esm/index.js",
  "directories": {
    "test": "__tests__"
  },
  "files": [
    "src",
    "dist",
    "package.json",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tomato-js/tomato.git"
  },
  "scripts": {
    "build": "  run-p build:*",
    "build:esm": "tsc -p tsconfig.json --target ESNext --module ESNext --outDir dist/esm",
    "build:cjs": "tsc -p tsconfig.json --target ESNext --module commonjs --outDir dist/lib",
    "clean": "rm -rf dist"
  },
  "bugs": {
    "url": "https://github.com/tomato-js/tomato/issues"
  },
  "devDependencies": {
    "npm-run-all": "^4.1.5"
  },
  "dependencies": {
    "@tomato-js/shared": "^0.0.24"
  },
  "gitHead": "1e938373a391814ca9c099b3fb8fda1ef181ae8b"
}
