{
  "name": "dawn-js-core",
  "version": "0.1.1",
  "description": "Dawn JS (Core) is a library for creating agnostic javascript components.",
  "main": "index.js",
  "types": "types",
  "directories": {
    "lib": "src"
  },
  "scripts": {
    "build": "pnpm clean && tsc --build",
    "clean": "tsc --build --clean",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/to-codando/dawn-js.git"
  },
  "keywords": [
    "down js",
    "down-js",
    "reactive javascript library",
    "ui library",
    "down js ui",
    "down js core"
  ],
  "author": "Rodrigo Rocha",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/to-codando/dawn-js/issues"
  },
  "homepage": "https://github.com/to-codando/dawn-js#readme"
}
