@beattyml1/flint
Version:
A personal cli for starting new projects
38 lines (37 loc) • 756 B
JSON
{
"name": "@beattyml1/flint",
"version": "1.0.0",
"description": "A personal cli for starting new projects",
"main": "index.js",
"scripts": {
"test": "tsc && jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beattyml1/flint.git"
},
"keywords": [
"flint",
"cli",
"start",
"project",
"scaffold"
],
"dependencies": {
"@beattyml1/functional": "^1.0.0",
"handlebars": "^4.0.12"
},
"devDependencies": {
"typescript": "^3.1.6",
"jest": "^23.6.0"
},
"author": "beattyml1",
"license": "MIT",
"bugs": {
"url": "https://github.com/beattyml1/flint/issues"
},
"homepage": "https://github.com/beattyml1/flint#readme",
"bin" :{
"flint": "index.ts"
}
}