consts/package.json

17 lines
341 B
JSON
Raw Normal View History

2020-03-04 13:49:20 +01:00
{
"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",
2020-03-24 10:00:06 +01:00
"eslint": "^6.8.0"
2020-03-04 13:49:20 +01:00
},
"scripts": {
"lint": "eslint .",
"test": "echo \"no test\"",
"ci": "yarn && node jenkins.js"
}
}