consts/package.json

32 lines
781 B
JSON

{
"name": "@sapphirecode/consts",
"version": "1.0.0",
"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\"",
"ci": "yarn && node jenkins.js",
"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"
]
}