smartlog-interfaces/package.json

28 lines
708 B
JSON
Raw Normal View History

2018-02-07 23:12:25 +00:00
{
"name": "@pushrocks/smartlog-interfaces",
2020-06-04 15:10:32 +00:00
"version": "2.0.7",
"private": false,
2019-10-22 13:11:02 +00:00
"description": "interfaces for the smartlog ecosystem",
2018-02-07 23:12:25 +00:00
"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": {
2020-06-04 15:04:44 +00:00
"@gitzone/tsbuild": "^2.1.24",
"@gitzone/tsrun": "^1.2.12",
"@gitzone/tstest": "^1.0.33",
"@pushrocks/tapbundle": "^3.2.1",
"@types/node": "^14.0.10",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0"
2018-02-07 23:12:25 +00:00
},
2020-06-04 15:04:44 +00:00
"dependencies": {
"@apiglobal/typedrequest-interfaces": "^1.0.13"
}
2018-11-16 19:27:21 +00:00
}