{
    "name": "javascript-template",
    "version": "1.0.0",
    "description": "A JavaScript template made with better-init",
    "main": "src/index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [],
    "author": "",
    "license": "MIT",
    "dependencies": {
        "esm": "^3.2.25"
    }
}