typedrequest-interfaces/package.json

40 lines
873 B
JSON
Raw Normal View History

2019-08-22 13:40:10 +00:00
{
"name": "@apiglobal/typedrequest-interfaces",
2022-10-26 12:33:55 +00:00
"version": "2.0.1",
2019-08-22 13:40:10 +00:00
"private": false,
"description": "interfaces for making typed requests",
2022-10-26 09:35:19 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2019-08-22 13:40:10 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
2022-10-26 09:35:19 +00:00
"format": "(gitzone format)",
"buildDocs": "tsdoc"
2019-08-22 13:40:10 +00:00
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
2022-10-26 09:36:08 +00:00
"@gitzone/tsrun": "^1.2.39",
2019-08-22 13:40:10 +00:00
"@gitzone/tstest": "^1.0.15",
2022-10-26 09:35:19 +00:00
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.11.5"
2019-08-22 13:40:10 +00:00
},
2019-08-23 14:59:31 +00:00
"files": [
2020-02-10 21:08:52 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2022-10-26 09:35:19 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2020-02-10 21:08:52 +00:00
"dist_ts_web/**/*",
"assets/**/*",
2019-08-23 14:59:31 +00:00
"cli.js",
"npmextra.json",
"readme.md"
2022-10-26 09:35:19 +00:00
],
"type": "module",
"browserslist": [
"last 1 chrome versions"
2019-08-23 14:59:31 +00:00
]
2022-10-26 09:36:08 +00:00
}