smartlog-interfaces/package.json

40 lines
923 B
JSON
Raw Normal View History

2018-02-07 23:12:25 +00:00
{
"name": "@pushrocks/smartlog-interfaces",
2020-06-08 09:42:31 +00:00
"version": "2.0.16",
"private": false,
2019-10-22 13:11:02 +00:00
"description": "interfaces for the smartlog ecosystem",
2020-06-04 15:12:36 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2018-02-07 23:12:25 +00:00
"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",
2020-06-04 15:12:36 +00:00
"build": "(tsbuild --web)",
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",
2020-06-08 09:42:51 +00:00
"@types/node": "^14.0.11",
2020-06-04 15:04:44 +00:00
"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"
2020-06-04 15:12:36 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2020-06-05 01:12:06 +00:00
}