standard/package.json
2020-05-04 21:38:19 +02:00

23 lines
511 B
JSON

{
"name": "@scode/standard",
"version": "1.0.0",
"main": "index.js",
"author": "Timo Hocker <timo@scode.ovh>",
"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",
"*.d.ts"
]
}