@shencom/api
Version:
shencom api group
63 lines (62 loc) • 1.71 kB
JSON
{
"name": "@shencom/api",
"version": "2.0.0-alpha.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"
],
"scripts": {
"dev": "cross-env rollup -c --watch",
"clean": "npx rimraf ./dist/*.*",
"build:typings": "npx rimraf ./dist/typings && cross-env BUILD_STEP=typings rollup -c",
"build:main": "pnpm clean && cross-env NODE_ENV=production rollup -c",
"build": "npm run build:typings && 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.5.1",
"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": "e81ef2dcc1493050496e7345f8d7ffa6ecc22208"
}