UNPKG

1.65 kBJSONView Raw
1{
2 "name": "@lskjs/billing",
3 "version": "2.67.0",
4 "description": "LSK.js module for adding billing in cabinet",
5 "keywords": [
6 "billing",
7 "bitpay",
8 "coingate",
9 "ecommpay",
10 "epayments",
11 "g2a",
12 "paypal",
13 "stripe",
14 "interkassa",
15 "yandexCheckout"
16 ],
17 "publishConfig": {
18 "access": "public",
19 "registry": "https://registry.npmjs.org/"
20 },
21 "repository": "https://github.com/lskjs/lskjs/tree/master/packages/billing",
22 "license": "MIT",
23 "author": "Igor Suvorov <hi@isuvorov.com>",
24 "scripts": {
25 "bootstrap": "lsk run bootstrap",
26 "build": "lsk run build",
27 "dev": "lsk run dev",
28 "dev:server": "lsk run dev:server",
29 "i18": "lsk run i18",
30 "prepublishOnly": "lsk run prepublishOnly",
31 "release": "lsk run release",
32 "release:yes": "lsk run release:yes",
33 "start": "node index.js",
34 "storybook": "lsk run storybook",
35 "test": "lsk run test",
36 "test:watch": "lsk run test:watch",
37 "watch": "lsk run watch"
38 },
39 "dependencies": {
40 "@lskjs/err": "2.65.1",
41 "@lskjs/module": "2.67.0",
42 "@lskjs/utils": "2.65.1"
43 },
44 "devDependencies": {
45 "@lskjs/db": "2.67.0",
46 "@lskjs/server-api": "2.67.0",
47 "axios": "0.21.2",
48 "bluebird": "3.7.2",
49 "crypto-js": "4.1.1",
50 "lodash": "4.17.21",
51 "yandex-checkout": "1.0.13"
52 },
53 "peerDependencies": {
54 "@lskjs/db": "2.x",
55 "@lskjs/server-api": "2.x",
56 "axios": "0.21.x",
57 "bluebird": "3.7.x",
58 "crypto-js": "4.x",
59 "lodash": "4.17.x"
60 },
61 "optionalDeps": {
62 "yandex-checkout": "*",
63 "coingate-v2": "*"
64 },
65 "gitHead": "2d6ebc7501023401edc7a1e5fba0361508f53388"
66}