smartlog-interfaces/package.json

41 lines
916 B
JSON
Raw Normal View History

2018-02-07 23:12:25 +00:00
{
2023-07-10 08:02:51 +00:00
"name": "@push.rocks/smartlog-interfaces",
2022-10-26 13:18:10 +00:00
"version": "3.0.0",
"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": {
2022-10-26 13:18:09 +00:00
"test": "tstest test/",
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
2018-02-07 23:12:25 +00:00
},
2018-02-07 23:12:30 +00:00
"devDependencies": {
2022-03-07 19:26:59 +00:00
"@gitzone/tsbuild": "^2.1.29",
"@gitzone/tsrun": "^1.2.18",
"@gitzone/tstest": "^1.0.64",
2022-10-26 13:18:09 +00:00
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.11.6"
2018-02-07 23:12:25 +00:00
},
2020-06-04 15:04:44 +00:00
"dependencies": {
2022-10-26 13:18:09 +00:00
"@apiglobal/typedrequest-interfaces": "^2.0.1"
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-09-03 22:12:39 +00:00
],
"browserslist": [
"last 1 chrome versions"
2022-10-26 13:18:09 +00:00
],
"type": "module"
2023-07-10 08:02:51 +00:00
}