2018-02-07 23:12:25 +00:00
|
|
|
{
|
2018-06-05 20:06:31 +00:00
|
|
|
"name": "@pushrocks/smartlog-interfaces",
|
2018-11-16 19:27:21 +00:00
|
|
|
"version": "2.0.5",
|
2018-06-05 20:06:31 +00:00
|
|
|
"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": {
|
2018-06-05 20:06:31 +00:00
|
|
|
"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": {
|
2019-10-22 13:10:32 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.17",
|
|
|
|
"@gitzone/tsrun": "^1.2.8",
|
|
|
|
"@gitzone/tstest": "^1.0.28",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.13",
|
|
|
|
"@types/node": "^12.11.2",
|
|
|
|
"tslint": "^5.20.0",
|
|
|
|
"tslint-config-prettier": "^1.18.0"
|
2018-02-07 23:12:25 +00:00
|
|
|
},
|
2019-10-22 13:10:32 +00:00
|
|
|
"dependencies": {
|
|
|
|
"@apiglobal/typedrequest-interfaces": "^1.0.7"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
|
|
|
"dist_web/**/*",
|
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
|
|
|
]
|
|
|
|
}
|