17 lines
342 B
JSON
17 lines
342 B
JSON
{
|
|
"name": "@scode/consts",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "Timo Hocker <t-hocker@web.de>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@scode/eslint-config": "^1.2.25",
|
|
"eslint": "^6.8.0",
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "echo \"no test\"",
|
|
"ci": "yarn && node jenkins.js"
|
|
}
|
|
}
|