snippeteer/package.json
Timo Hocker 58753bbd01
All checks were successful
continuous-integration/drone/push Build is passing
upgrade typescript
2020-08-21 13:18:00 +02:00

50 lines
1.1 KiB
JSON

{
"name": "@sapphirecode/snippeteer",
"version": "1.4.7",
"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\"",
"compile": "tsc"
},
"repository": {
"type": "git",
"url": "https://git.scode.ovh:timo/snippeteer.git"
},
"files": [
"/dist/",
"/lib/",
"LICENSE"
],
"author": {
"name": "Timo Hocker",
"email": "timo@scode.ovh"
},
"license": "BSD-3-Clause",
"devDependencies": {
"@sapphirecode/eslint-config-ts": "^1.0.22",
"@types/fs-extra": "^9.0.0",
"@types/node": "^14.0.1",
"eslint": "^7.0.0",
"typescript": "^4.0.2"
},
"dependencies": {
"@sapphirecode/standard": "^1.0.1",
"enquirer": "^2.3.5",
"fs-extra": "^9.0.0",
"license": "^1.0.3"
},
"engines": {
"node": ">=10.0.0"
},
"keywords": [
"snippet",
"template"
]
}