{
  "name": "cktjs",
  "version": "1.0.5",
  "description": "JSON-style CKT config language parsing/stringification.",
  "author": "Lua MacDougall <lua@foxgirl.dev> (https://foxgirl.dev/)",
  "license": "MIT",
  "keywords": [
    "ckt",
    "json",
    "parse",
    "parser",
    "decode",
    "encode",
    "stringify",
    "config",
    "environment"
  ],
  "type": "module",
  "module": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "main": "./dist/cktjs.cjs",
  "unpkg": "./dist/cktjs-browser.js",
  "jsdelivr": "./dist/cktjs-browser.js",
  "exports": {
    ".": {
      "require": "./dist/cktjs.cjs",
      "default": "./lib/index.js"
    }
  },
  "scripts": {
    "build": "rollup --config rollup.config.js",
    "test": "c8 --reporter lcov --reporter text-summary --reports-dir ./test/coverage mocha ./test/*.test.js",
    "prepublishOnly": "npm run build && npm run test"
  },
  "devDependencies": {
    "@types/chai": "^4.3.0",
    "@types/mocha": "^9.0.0",
    "@types/node": "^17.0.7",
    "c8": "^7.11.0",
    "chai": "^4.3.4",
    "mocha": "^9.1.3",
    "rollup": "^2.62.0",
    "terser": "^5.10.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/luavixen/cktjs.git"
  },
  "bugs": {
    "url": "https://github.com/luavixen/cktjs/issues"
  },
  "homepage": "https://github.com/luavixen/cktjs#readme"
}
