{
  "name": "@scurrlin/stencil",
  "version": "1.6.3",
  "description": "A memorization tool that strips code down to first letters and punctuation only.",
  "main": "src/index.js",
  "bin": {
    "stencil": "./bin/cli.js"
  },
  "scripts": {
    "start": "node bin/cli.js"
  },
  "dependencies": {
    "yargs": "^17.7.2"
  },
  "keywords": [
    "stencil",
    "memory",
    "study",
    "interview",
    "leetcode"
  ],
  "author": "Sean Currlin",
  "license": "MIT"
}