paypal/package.json

43 lines
954 B
JSON
Raw Permalink Normal View History

2017-10-26 12:23:13 +00:00
{
2020-08-21 15:40:04 +00:00
"name": "@mojoio/paypal",
2020-08-23 13:48:46 +00:00
"private": false,
2020-08-25 11:57:04 +00:00
"version": "1.0.11",
2017-10-26 12:23:13 +00:00
"description": "mojoio PayPal API abstraction",
2020-08-21 15:40:04 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2017-10-26 12:23:13 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
2020-08-21 15:40:04 +00:00
"test": "(tstest test/)",
"build": "(tsbuild --web)"
2017-10-26 12:23:13 +00:00
},
2020-08-21 15:40:04 +00:00
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/qenv": "^4.0.10",
2020-08-24 01:55:50 +00:00
"@pushrocks/tapbundle": "^3.2.9",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
2017-10-26 12:23:13 +00:00
},
"dependencies": {
2020-08-21 15:40:04 +00:00
"@pushrocks/smartrequest": "^1.1.47",
2020-08-23 13:33:19 +00:00
"@pushrocks/smartstring": "^3.0.18",
"@pushrocks/smarttime": "^3.0.24"
2020-08-21 15:40:04 +00:00
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2020-08-25 11:57:04 +00:00
}