{ "name": "@sapphirecode/consts", "version": "1.2.0", "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", "index.d.ts", "*.js" ], "keywords": [ "constants", "http status code" ] }