@bizjs/biz-utils-node
Version:
The biz utils for web develpoment.
44 lines • 1.1 kB
JSON
{
"name": "@bizjs/biz-utils-node",
"version": "0.4.0",
"description": "The biz utils for web develpoment.",
"keywords": [
"biz",
"utils"
],
"author": "hstarorg <hm910705@163.com>",
"homepage": "https://github.com/bizjs/biz-utils#readme",
"license": "MIT",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"module": "dist/esm/index.js",
"sideEffects": false,
"files": [
"dist",
"!dist/__tests__"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bizjs/biz-utils.git"
},
"bugs": {
"url": "https://github.com/bizjs/biz-utils/issues"
},
"gitHead": "aa564e49f8e8245c48e8fe0aba611c61052c2823",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@bizjs/biz-utils-common": "0.4.0"
},
"scripts": {
"dev": "father dev",
"build": "father build",
"build:deps": "father prebundle",
"prepublishOnly2": "father doctor && npm run build",
"test": "jest",
"docs": "typedoc src/index.ts --out ../../dist/apis",
"tsc": "tsc --noEmit",
"test:cov": "jest --coverage"
}
}