20 lines
469 B
JSON
20 lines
469 B
JSON
{
|
|
"name": "@scode/modelling",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"author": "Timo Hocker <t-hocker@web.de>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@ava/typescript": "^1.1.1",
|
|
"@scode/eslint-config-ts": "^1.0.22",
|
|
"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"
|
|
}
|
|
}
|