{ "name": "@scode/consts", "version": "1.0.0", "main": "index.js", "author": "Timo Hocker ", "license": "MIT", "devDependencies": { "@scode/eslint-config": "^2.0.2", "eslint": "^6.8.0" }, "scripts": { "lint": "eslint .", "test": "echo \"no test\"", "ci": "yarn && node jenkins.js" } }