modelling/package.json
2020-05-17 16:59:34 +02:00

30 lines
700 B
JSON

{
"name": "@sapphirecode/modelling",
"version": "1.0.0",
"main": "dist/index.js",
"author": "Timo Hocker <timo@scode.ovh>",
"license": "MIT",
"description": "base classes for controlling data",
"repository": {
"type": "git",
"url": "git@git.scode.ovh:timo/modelling"
},
"devDependencies": {
"@sapphirecode/eslint-config-ts": "^1.1.4",
"eslint": "^7.0.0",
"typescript": "^3.9.2"
},
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
"test": "echo \"no test\"",
"ci": "yarn && node jenkins.js",
"compile": "tsc"
},
"files": [
"/dist/",
"LICENSE"
],
"dependencies": {
"@sapphirecode/utilities": "^1.3.2"
}
}