UNPKG

@shencom/api

Version:
63 lines (62 loc) 1.62 kB
{ "name": "@shencom/api", "version": "2.2.2", "private": false, "description": "shencom api group", "author": "许帅领 <xushuailing@shencom.cn>", "license": "ISC", "homepage": "https://gitlab.shencom.cn/web/tools/npm-monorepo.git", "repository": { "type": "git", "url": "https://gitlab.shencom.cn/web/tools/npm-monorepo.git" }, "keywords": [ "shencom", "sc", "api" ], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.js" } }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "src", "README.md", "CHANGELOG.md", "SKILL.md" ], "scripts": { "dev": "cross-env rollup -c --watch", "clean": "npx rimraf ./dist/*.*", "build:main": "pnpm clean && cross-env NODE_ENV=production rollup -c", "build": "npm run test && npm run build:main", "format": "prettier -w 'src/**/*.ts'", "lint": "eslint 'src/**/*.ts' --fix", "release": "standard-version -t @shencom/api@ -m 'chore(release): @shencom/api@%s'", "test": "jest", "prepublishOnly": "pnpm build" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dependencies": { "@shencom/request": "1.6.0", "jsencrypt": "^3.3.2" }, "devDependencies": { "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@types/jest": "^27.4.0", "jest": "^27.5.1" }, "gitHead": "43d54724641811b2588f0e0c63b4030c5a599a09" }