modelling/package.json
2020-04-24 10:19:44 +02:00

19 lines
436 B
JSON

{
"name": "@scode/modelling",
"version": "1.0.0",
"main": "dist/index.js",
"author": "Timo Hocker <t-hocker@web.de>",
"license": "MIT",
"devDependencies": {
"@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"
}
}