{
	"name": "@jdfed/utils",
	"version": "0.8.2",
	"description": "drip-form通用方法",
	"keywords": [
		"utils",
		"drip-form"
	],
	"author": "JDFED",
	"homepage": "https://github.com/JDFED/drip-form/",
	"license": "MIT",
	"main": "dist/cjs/index.js",
	"typings": "dist/esm/index.d.ts",
	"module": "dist/esm/index.js",
	"scripts": {
		"link": "yarn link",
		"build": "rollup --config --sourcemap",
		"watch": "rollup --config --watch",
		"build:test": "rollup --config --sourcemap --environment NODE_ENV:production:ts"
	},
	"distExports": {
		"dist": "./dist",
		"build-info": "./build-info",
		"exports": "named",
		"format": [
			"esm",
			"cjs"
		]
	},
	"publishConfig": {
		"registry": "https://registry.npmjs.org/",
		"access": "public"
	},
	"repository": {
		"type": "github",
		"url": "https://github.com/JDFED/drip-form/"
	},
	"dependencies": {
		"@babel/runtime": "^7.10.2",
		"lodash": "^4.17.21"
	},
	"gitHead": "6d4b4286578d0cb9e74d251a1f085c421925a2a3"
}
