smartlog-interfaces/package.json

26 lines
654 B
JSON
Raw Normal View History

2018-02-07 23:12:25 +00:00
{
"name": "@pushrocks/smartlog-interfaces",
2018-10-31 13:32:12 +00:00
"version": "1.0.15",
"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",
2018-10-31 12:49:12 +00:00
"build": "(tsbuild)",
2018-02-07 23:12:25 +00:00
"format": "(gitzone format)"
},
2018-02-07 23:12:30 +00:00
"devDependencies": {
2018-10-31 12:49:12 +00:00
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.13",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
2018-02-07 23:12:25 +00:00
},
2018-02-07 23:12:30 +00:00
"dependencies": {}
2018-10-31 12:49:12 +00:00
}