modelling/package.json

38 lines
821 B
JSON
Raw Permalink Normal View History

2020-04-23 17:09:14 +02:00
{
2020-05-05 19:23:15 +02:00
"name": "@sapphirecode/modelling",
2020-08-21 13:13:07 +02:00
"version": "1.1.13",
2020-04-23 17:23:18 +02:00
"main": "dist/index.js",
2020-07-19 14:05:57 +02:00
"author": {
"name": "Timo Hocker",
"email": "timo@scode.ovh"
},
"bugs": "https://redmine.scode.ovh/projects/modelling",
2020-04-23 17:09:14 +02:00
"license": "MIT",
2020-05-17 16:59:34 +02:00
"description": "base classes for controlling data",
"repository": {
"type": "git",
2020-07-19 14:05:57 +02:00
"url": "https://git.scode.ovh:timo/modelling.git"
2020-05-17 16:59:34 +02:00
},
2020-04-23 17:09:14 +02:00
"devDependencies": {
2020-05-17 16:59:34 +02:00
"@sapphirecode/eslint-config-ts": "^1.1.4",
"eslint": "^7.0.0",
2020-08-21 13:13:07 +02:00
"typescript": "^4.0.2"
2020-04-23 17:09:14 +02:00
},
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
2020-04-23 17:18:40 +02:00
"test": "echo \"no test\"",
2020-04-23 17:19:43 +02:00
"compile": "tsc"
2020-05-02 19:38:32 +02:00
},
"files": [
"/dist/",
"LICENSE"
2020-05-09 18:06:13 +02:00
],
"dependencies": {
2020-05-17 16:59:34 +02:00
"@sapphirecode/utilities": "^1.3.2"
2020-07-19 14:05:57 +02:00
},
"keywords": [
"typescript",
"data control"
]
2020-08-21 13:13:07 +02:00
}