{ "name": "@scode/snippeteer", "version": "1.0.0", "description": "macros for setting up projects or project parts", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@git.scode.ovh:timo/snippeteer" }, "author": "Timo Hocker", "license": "GPL-3.0-or-later", "devDependencies": { "@scode/eslint-config": "^1.1.10", "eslint": "^6.8.0" }, "dependencies": { "fs-extra": "^8.1.0", "yargs": "^15.1.0" } }