@scurrlin/stencil
Version:
A memorization tool that strips code down to first letters and punctuation only.
24 lines • 471 B
JSON
{
"name": "@scurrlin/stencil",
"version": "1.32.2",
"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"
}