32 lines
655 B
JSON
32 lines
655 B
JSON
{
|
|
"name": "@scode/snippeteer",
|
|
"version": "1.0.0",
|
|
"description": "macros for setting up projects or project parts",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"snippeteer": "./index.js"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --fix .",
|
|
"ci": "yarn --frozen-lockfile && node jenkins.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.scode.ovh:timo/snippeteer"
|
|
},
|
|
"files": [
|
|
"/snippets/",
|
|
"LICENSE"
|
|
],
|
|
"author": "Timo Hocker",
|
|
"license": "BSD-3-Clause",
|
|
"devDependencies": {
|
|
"@scode/eslint-config": "^1.2.8",
|
|
"eslint": "^6.8.0"
|
|
},
|
|
"dependencies": {
|
|
"fs-extra": "^8.1.0",
|
|
"yargs": "^15.1.0"
|
|
}
|
|
}
|