tibi-types/package.json

16 lines
355 B
JSON
Raw Normal View History

2021-08-16 10:14:41 +02:00
{
2022-02-26 10:43:52 +01:00
"name": "tibi-types",
2021-08-16 10:14:41 +02:00
"version": "0.0.1",
2022-02-26 10:43:52 +01:00
"description": "tibi javascript types and json schemas",
2021-08-16 10:14:41 +02:00
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2022-02-26 10:43:52 +01:00
"url": "https://gitbase.de/cms/tibi-types.git"
2021-08-16 10:14:41 +02:00
},
"author": "Sebastian Frank",
"license": "MIT"
}