snippeteer/package.json

20 lines
463 B
JSON
Raw Normal View History

2020-01-15 11:40:33 +01:00
{
2020-01-15 11:50:44 +01:00
"name": "@scode/snippeteer",
2020-01-15 11:40:33 +01:00
"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",
2020-01-15 11:50:44 +01:00
"license": "GPL-3.0-or-later",
"devDependencies": {
"@scode/eslint-config": "^1.1.10",
"eslint": "^6.8.0"
}
2020-01-15 11:40:33 +01:00
}