consts/package.json

17 lines
340 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": {
2020-04-06 09:17:52 +02:00
"@scode/eslint-config": "^2.0.2",
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"
}
}