{
  "name": "@danielx/system",
  "version": "0.5.3",
  "description": "System library for whimsy.space and danielx.net apps",
  "main": "dist/main.js",
  "directories": {
    "doc": "docs",
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "build": "coffee build/main.coffee",
    "test": "nyc mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DanielXMoore/system.git"
  },
  "keywords": [
    "whimsy.space"
  ],
  "author": "",
  "license": "SEE LICENSE IN 💖",
  "bugs": {
    "url": "https://github.com/DanielXMoore/system/issues"
  },
  "homepage": "https://github.com/DanielXMoore/system#readme",
  "devDependencies": {
    "@danielx/civet": "^0.5.92",
    "@danielx/coffeecoverage": "^4.0.0-pre.3",
    "@danielx/hera": "^0.7.3-pre.3",
    "@types/coffeescript": "^2.5.1",
    "@types/jsdom": "^16.2.14",
    "@types/mocha": "^9.1.0",
    "@types/stylus": "^0.48.37",
    "coffeescript": "^2.6.1",
    "css.escape": "^1.5.1",
    "esbuild": "^0.14.36",
    "esbuild-coffeescript": "^2.0.0",
    "jadelet": "^2.0.0-pre.4",
    "jsdom": "^19.0.0",
    "mocha": "^9.2.2",
    "nyc": "^15.1.0",
    "stylus": "^0.57.0",
    "typescript": "^4.6.3"
  },
  "mocha": {
    "extension": [
      "coffee"
    ],
    "require": [
      "coffeescript/register",
      "@danielx/coffeecoverage/register-istanbul",
      "@danielx/hera/register",
      "jadelet/register",
      "./test/helper.coffee"
    ],
    "reporter": "spec",
    "recursive": true,
    "spec": [
      "test",
      "source/**/test/**/*"
    ]
  },
  "nyc": {
    "check-coverage": false,
    "branches": 100,
    "lines": 100,
    "functions": 100,
    "statements": 100,
    "reporter": [
      "lcov",
      "text"
    ],
    "extension": [
      ".coffee"
    ],
    "exclude": [
      "build/",
      "source/**/test/*",
      "node_modules/"
    ],
    "sourceMap": false,
    "instrument": false
  }
}
