{
  "name": "@datagraphics/cookbook",
  "type": "module",
  "version": "1.15.4",
  "description": "A collection of templates, styles and scripts for Data Graphics projects",
  "exports": [
    "./index.js"
  ],
  "files": [
    "**/*.scss",
    "**/*.html",
    "**/*.js",
    "index.js"
  ],
  "scripts": {
    "release": "np",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/datadesk/cookbook.git"
  },
  "keywords": [
    "templates",
    "scripts",
    "styles",
    "sass",
    "components"
  ],
  "author": "Ryan Murphy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/datadesk/cookbook/issues"
  },
  "homepage": "https://github.com/datadesk/cookbook#readme",
  "devDependencies": {
    "np": "^7.6.1"
  },
  "dependencies": {
    "rfs": "^10.0.0",
    "sass": "^1.52.1",
    "sass-mq": "^6.0.0"
  }
}
