snippeteer/package.json

31 lines
602 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",
2020-01-15 14:14:54 +01:00
"bin": {
"snippeteer": "./index.js"
2020-01-15 11:40:33 +01:00
},
2020-01-15 15:43:23 +01:00
"scripts": {
"lint": "eslint --fix ."
},
2020-01-15 11:40:33 +01:00
"repository": {
"type": "git",
"url": "git@git.scode.ovh:timo/snippeteer"
},
2020-01-17 18:10:30 +01:00
"files": [
"/snippets/",
"LICENSE"
],
2020-01-15 11:40:33 +01:00
"author": "Timo Hocker",
2020-01-15 11:50:44 +01:00
"license": "GPL-3.0-or-later",
"devDependencies": {
2020-01-15 20:44:53 +01:00
"@scode/eslint-config": "^1.1.11",
2020-01-15 11:50:44 +01:00
"eslint": "^6.8.0"
2020-01-15 12:09:29 +01:00
},
"dependencies": {
2020-01-15 13:30:18 +01:00
"fs-extra": "^8.1.0",
2020-01-15 12:09:29 +01:00
"yargs": "^15.1.0"
2020-01-15 11:50:44 +01:00
}
2020-01-15 11:40:33 +01:00
}