consts/package.json
Timo Hocker 981ecdf34c
Some checks failed
continuous-integration/drone/push Build is failing
update
2021-05-24 14:55:50 +02:00

38 lines
847 B
JSON

{
"name": "@sapphirecode/consts",
"version": "1.2.2",
"main": "index.js",
"author": {
"name": "Timo Hocker",
"email": "timo@scode.ovh"
},
"bugs": "https://redmine.scode.ovh/projects/consts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.scode.ovh:timo/consts.git"
},
"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",
"*.d.ts",
"*.js"
],
"keywords": [
"constants",
"http status code"
]
}