18 lines
385 B
JSON
18 lines
385 B
JSON
{
|
|
"name": "smartlog-interfaces",
|
|
"version": "1.0.6",
|
|
"description": "interfaces for the smartlog universe",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(npmts --notest)",
|
|
"format": "(gitzone format)"
|
|
},
|
|
"devDependencies": {
|
|
"tapbundle": "^1.0.13"
|
|
},
|
|
"dependencies": {}
|
|
}
|