smartlog-interfaces/package.json

21 lines
483 B
JSON
Raw Normal View History

2018-02-07 23:12:25 +00:00
{
"name": "@pushrocks/smartlog-interfaces",
2018-06-05 20:06:31 +00:00
"version": "1.0.9",
"private": false,
2018-02-07 23:12:25 +00:00
"description": "interfaces for the smartlog universe",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
2018-02-08 00:04:50 +00:00
"license": "MIT",
2018-02-07 23:12:25 +00:00
"scripts": {
"test": "tsrun test/test.ts",
"build": "(npmts --notest)",
2018-02-07 23:12:25 +00:00
"format": "(gitzone format)"
},
2018-02-07 23:12:30 +00:00
"devDependencies": {
"@gitzone/tsrun": "^1.0.4",
2018-02-07 23:12:25 +00:00
"tapbundle": "^1.0.13"
},
2018-02-07 23:12:30 +00:00
"dependencies": {}
2018-02-07 23:12:25 +00:00
}