This commit is contained in:
parent
d76d0ad1fb
commit
3a92db14de
16
package.json
16
package.json
@ -1,11 +1,12 @@
|
||||
{
|
||||
"name": "@sapphirecode/snippeteer",
|
||||
"version": "1.4.3",
|
||||
"version": "1.4.2",
|
||||
"description": "macros for setting up projects or project parts",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"snippeteer": "./index.js"
|
||||
},
|
||||
"bugs": "https://redmine.scode.ovh/projects/snippeteer",
|
||||
"scripts": {
|
||||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
|
||||
"test": "echo \"no test\"",
|
||||
@ -13,14 +14,17 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@git.scode.ovh:timo/snippeteer"
|
||||
"url": "https://git.scode.ovh:timo/snippeteer.git"
|
||||
},
|
||||
"files": [
|
||||
"/dist/",
|
||||
"/lib/",
|
||||
"LICENSE"
|
||||
],
|
||||
"author": "Timo Hocker <timo@scode.ovh>",
|
||||
"author": {
|
||||
"name": "Timo Hocker",
|
||||
"email": "timo@scode.ovh"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"devDependencies": {
|
||||
"@sapphirecode/eslint-config-ts": "^1.0.22",
|
||||
@ -39,5 +43,9 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"snippet",
|
||||
"template"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user