standard/package.json
2020-05-04 20:46:08 +02:00

22 lines
498 B
JSON

{
"name": "@scode/standard",
"version": "1.0.0",
"main": "index.js",
"author": "Timo Hocker <t-hocker@web.de>",
"license": "MIT",
"devDependencies": {
"@scode/eslint-config": "^2.0.15",
"eslint": "^6.8.0"
},
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
"test": "echo \"no test\"",
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js",
"ci": "yarn && node jenkins.js"
},
"files": [
"LICENSE",
"*.js"
]
}