Timo Hocker
28fae0cf69
All checks were successful
continuous-integration/drone/push Build is passing
@sapphirecode/eslint-config: 2.1.13 ==> 2.1.15 minor eslint: 7.3.1 ==> 7.4.0 minor
29 lines
689 B
JSON
29 lines
689 B
JSON
{
|
|
"name": "@sapphirecode/standard",
|
|
"version": "1.2.1",
|
|
"main": "index.js",
|
|
"author": "Timo Hocker <timo@scode.ovh>",
|
|
"description": "standard files and scripts for sapphirecode modules",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.scode.ovh/timo/standard.git"
|
|
},
|
|
"keywords": [
|
|
"standard"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@sapphirecode/eslint-config": "^2.1.3",
|
|
"eslint": "^7.0.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
|
|
"test": "echo \"no test\"",
|
|
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"*.js",
|
|
"*.d.ts"
|
|
]
|
|
} |