{
    "name": "typescript-template",
    "version": "1.0.0",
    "description": "A TypeScript template made with better-init",
    "main": "dest/index.js",
    "scripts": {
        "build": "tsc",
        "dev": "tsc --watch",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [],
    "author": "",
    "license": "MIT",
    "dependencies": {
        "typescript": "^3.4.5"
    }
}