test-sdk/package.json

43 lines
1.0 KiB
JSON
Raw Normal View History

2020-07-04 15:22:44 +00:00
{
"name": "@apiglobal/test-sdk",
2020-10-20 20:28:34 +00:00
"version": "1.0.26",
2020-07-04 15:22:44 +00:00
"private": false,
"description": "an sdk for testing ag handlers",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
2020-07-04 15:57:01 +00:00
"test": "(tstest test/ --web)",
2020-07-05 17:53:49 +00:00
"build": "(tsbuild --web)"
2020-07-04 15:22:44 +00:00
},
"devDependencies": {
2020-09-23 23:30:54 +00:00
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tstest": "^1.0.44",
2020-07-25 16:58:06 +00:00
"@pushrocks/tapbundle": "^3.2.9",
2020-09-23 23:30:54 +00:00
"@types/node": "^14.11.2",
"tslint": "^6.1.3",
2020-07-05 17:53:49 +00:00
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
2020-09-23 23:30:54 +00:00
"@apiglobal/sdk": "^1.0.13",
"@apiglobal/typedrequest": "^1.0.43",
2020-07-25 13:34:26 +00:00
"@apiglobal/typedrequest-interfaces": "^1.0.15",
2020-09-24 00:32:54 +00:00
"@pushrocks/qenv": "^4.0.10",
2020-09-23 23:30:54 +00:00
"@pushrocks/smartexpress": "^3.0.76",
2020-07-25 16:58:06 +00:00
"@pushrocks/smartobject": "^1.0.4"
2020-07-04 15:22:44 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2020-07-05 17:53:50 +00:00
}