consts/package.json
Timo Hocker 549829fd2b
Some checks failed
continuous-integration/drone/push Build is failing
update-scanner: automatic update
eslint: 7.4.0 ==> 7.5.0 minor
2020-07-19 12:08:26 +02:00

31 lines
745 B
JSON

{
"name": "@sapphirecode/consts",
"version": "1.1.28",
"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"
]
}