Timo Hocker
68074c9f02
All checks were successful
continuous-integration/drone/push Build is passing
35 lines
798 B
JSON
35 lines
798 B
JSON
{
|
|
"name": "@sapphirecode/standard",
|
|
"version": "1.4.2",
|
|
"main": "index.js",
|
|
"author": {
|
|
"name": "Timo Hocker",
|
|
"email": "timo@scode.ovh"
|
|
},
|
|
"description": "standard files and scripts for sapphirecode modules",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.scode.ovh/timo/standard.git"
|
|
},
|
|
"bugs": "https://redmine.scode.ovh/projects/standard",
|
|
"keywords": [
|
|
"standard"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@sapphirecode/eslint-config": "^2.1.3",
|
|
"eslint": "^7.0.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
|
|
"test": "echo \"no test\"",
|
|
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"*.js",
|
|
"*.d.ts",
|
|
"assets/*.js"
|
|
]
|
|
}
|