2020-05-04 12:00:18 +02:00
|
|
|
{
|
2020-05-05 19:24:07 +02:00
|
|
|
"name": "@sapphirecode/standard",
|
2020-05-04 12:00:18 +02:00
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
2020-05-05 19:24:07 +02:00
|
|
|
"author": "Timo Hocker <timo@sapphirecode.ovh>",
|
2020-05-12 10:21:49 +02:00
|
|
|
"description": "standard files and scripts for sapphirecode modules",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.scode.ovh/timo/standard.git"
|
|
|
|
},
|
2020-05-04 12:00:18 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2020-05-05 19:24:07 +02:00
|
|
|
"@sapphirecode/eslint-config": "^2.0.15",
|
2020-05-04 12:00:18 +02:00
|
|
|
"eslint": "^6.8.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
|
2020-05-04 12:05:52 +02:00
|
|
|
"test": "echo \"no test\"",
|
|
|
|
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js",
|
2020-05-04 12:00:18 +02:00
|
|
|
"ci": "yarn && node jenkins.js"
|
2020-05-04 20:46:08 +02:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"LICENSE",
|
2020-05-04 21:38:11 +02:00
|
|
|
"*.js",
|
|
|
|
"*.d.ts"
|
2020-05-04 20:46:08 +02:00
|
|
|
]
|
2020-05-04 21:38:11 +02:00
|
|
|
}
|