@shencom/utils-platform
Version:
50 lines (49 loc) • 1.3 kB
JSON
{
"name": "@shencom/utils-platform",
"version": "1.1.0",
"private": false,
"description": "平台判断工具",
"author": "许帅领 <xushuailing@shencom.cn>",
"homepage": "https://gitlab.shencom.cn/web/tools/npm-monorepo/tree/master/packages/shencom-utils/packages/platform",
"license": "ISC",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "cross-env rollup -c --watch",
"clean": "npx rimraf ./dist",
"build": "pnpm test && pnpm clean && cross-env NODE_ENV=production rollup -c",
"format": "prettier -w './src/**/*.{ts}'",
"lint": "eslint 'src/**/*.ts' --fix",
"prepublishOnly": "pnpm build",
"test": "jest"
},
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs"
}
},
"sideEffects": false,
"files": [
"dist",
"src",
"README.md",
"CHANGELOG.md"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"shencom",
"sc",
"utils-platform"
],
"repository": {
"type": "git",
"url": "https://gitlab.shencom.cn/web/tools/npm-monorepo.git"
},
"gitHead": "55ff878e6cb4cd418137250fb3ec8787961360b9"
}