@jharrilim/madlibs
Version:
randomized madlibs templating engine
42 lines (41 loc) • 832 B
JSON
{
"name": "@jharrilim/madlibs",
"version": "0.1.2",
"description": "randomized madlibs templating engine",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"test": "jest",
"test:watch": "jest --watch"
},
"author": "Joseph Harrison-Lim",
"repository": {
"type": "git",
"url": "https://github.com/jharrilim/madlibs.git"
},
"readme": "https://github.com/jharrilim/madlibs#readme",
"keywords": [
"tagged",
"template",
"tag",
"madlibs",
"madlib"
],
"license": "MIT",
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/node": "^12.7.11",
"jest": "^24.9.0",
"ts-jest": "^24.1.0",
"typescript": "^3.6.3"
},
"files": [
"dist",
"src",
"LICENSE"
],
"publishConfig": {
"access": "public"
}
}