{
  "name": "s2-engine",
  "version": "1.0.20",
  "description": "A function for reactive templating on the web.",
  "main": "api.mjs",
  "types": "api.d.ts",
  "module": true,
  "files": [
    "dist/!(*.min.mjs)",
    "api.mjs",
    "api.d.ts"
  ],
  "scripts": {
    "test": "deno test test/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gr0uch/s2.git"
  },
  "keywords": [
    "dom",
    "reactive"
  ],
  "author": "Dali Zheng",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/gr0uch/s2/issues"
  },
  "homepage": "https://github.com/gr0uch/s2#readme"
}
