@mentaport/common
Version:
Mentaport API helper package.
40 lines (39 loc) • 1.03 kB
JSON
{
"name": "@mentaport/common",
"version": "1.1.8-alpha.6",
"description": "Mentaport API helper package.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"url": "https://github.com/mentaport/sdk-web",
"directory": "libraries/common",
"type": "git"
},
"scripts": {
"clean": "rm -rf dist",
"prebuild": "node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
"build": "rm -rf dist && npm run prebuild && rollup --config",
"lint": "npx eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mentaport",
"api",
"sdk"
],
"author": "Mentaport",
"license": "Mentaport",
"dependencies": {
"axios": "1.8.4"
},
"browser": {
"fs": false,
"path": false,
"os": false
},
"gitHead": "f4041ec28d8cf436f4832c42c5742703ff1911f7"
}