smartlog-interfaces/package.json
2018-06-05 22:06:31 +02:00

21 lines
483 B
JSON

{
"name": "@pushrocks/smartlog-interfaces",
"version": "1.0.9",
"private": false,
"description": "interfaces for the smartlog universe",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "tsrun test/test.ts",
"build": "(npmts --notest)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsrun": "^1.0.4",
"tapbundle": "^1.0.13"
},
"dependencies": {}
}