typedrequest-interfaces/package.json

36 lines
786 B
JSON
Raw Normal View History

2019-08-22 13:40:10 +00:00
{
"name": "@apiglobal/typedrequest-interfaces",
2020-02-10 21:06:52 +00:00
"version": "1.0.11",
2019-08-22 13:40:10 +00:00
"private": false,
"description": "interfaces for making typed requests",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
2019-08-23 12:45:52 +00:00
"@types/node": "^12.7.2",
2019-08-22 13:40:10 +00:00
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
2019-08-23 14:59:31 +00:00
"dependencies": {},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-08-23 14:59:34 +00:00
}