Timo Hocker
2597416c2a
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
31 lines
745 B
JSON
31 lines
745 B
JSON
{
|
|
"name": "@sapphirecode/consts",
|
|
"version": "1.1.27",
|
|
"main": "index.js",
|
|
"author": "Timo Hocker <timo@scode.ovh>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.scode.ovh:timo/consts"
|
|
},
|
|
"description": "useful constant values that are used in many applications",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"index.d.ts",
|
|
"index.js",
|
|
"http_status_codes.js",
|
|
"console.js"
|
|
]
|
|
} |