UNPKG

@empjs/chain

Version:
58 lines 1.04 kB
{ "name": "@empjs/chain", "version": "1.1.0", "description": "emp chain", "license": "MIT", "type": "module", "files": [ "dist" ], "maintainers": [ "xuhongbin", "ckken" ], "repository": { "type": "git", "url": "git+https://github.com/empjs/emp.git", "directory": "packages/emp-chain" }, "publishConfig": { "access": "public" }, "keywords": [ "webpack", "config", "chain", "fluent", "api" ], "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "engines": { "node": ">=16.0.0" }, "author": "Ken", "devDependencies": { "tsup": "^8.1.0" }, "dependencies": { "deepmerge": "^1.5.2", "javascript-stringify": "^2.0.1" }, "scripts": { "build": "tsup", "dev": "tsup --watch" } }