23 lines
502 B
JSON
23 lines
502 B
JSON
{
|
|
"name": "@sapphirecode/modelling",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"author": "Timo Hocker <timo@sapphirecode.ovh>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@sapphirecode/eslint-config-ts": "^1.0.27",
|
|
"eslint": "^6.8.0",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
|
|
"test": "echo \"no test\"",
|
|
"ci": "yarn && node jenkins.js",
|
|
"compile": "tsc"
|
|
},
|
|
"files": [
|
|
"/dist/",
|
|
"LICENSE"
|
|
]
|
|
}
|