@allofshop/aos-sdk-payment
Version:
allofshop payment sdk for webbrowser
57 lines (56 loc) • 1.74 kB
JSON
{
"name": "@allofshop/aos-sdk-payment",
"version": "1.0.0-y.0",
"description": "allofshop payment sdk for webbrowser",
"main": ".dist/aos-sdk-payment.js",
"types": ".dist/src/index.d.ts",
"publishConfig": {
"access": "public"
},
"author": {
"name": "All Of Shop",
"email": "allofshop@corretto.io",
"url": "https://allof.shop"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/allofshop/aos-sdk.git",
"directory": "packages/aos-sdk-payment"
},
"homepage": "https://github.com/allofshop/aos-sdk",
"keywords": [
"aos",
"allofshop",
"commerce",
"shop",
"aos-sdk-payment"
],
"scripts": {
"build": "rm -rf dist && ./node_modules/.bin/webpack --mode production --config ./webpack.config.js",
"watch": "./node_modules/.bin/webpack --mode production --config ./webpack.config.js --watch",
"e2e": "./node_modules/.bin/parcel ./sample/index.html"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"awesome-typescript-loader": "^5.2.1",
"babel-preset-es2015": "^6.24.1",
"eslint": "^7.24.0",
"eslint-config-prettier": "^7.2.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"parcel-bundler": "^1.12.4",
"prettier": "^1.16.4",
"ts-loader": "^6.2.2",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^3.9.9",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-node-externals": "^2.5.2"
},
"gitHead": "9fd895783e4d848f9543a261a406caabe2039603"
}