@empjs/chain
Version:
emp chain
59 lines • 1.07 kB
JSON
{
"name": "@empjs/chain",
"version": "1.0.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": {
"@types/node": "^24.1.0",
"tsup": "^8.1.0"
},
"dependencies": {
"deepmerge": "^1.5.2",
"javascript-stringify": "^2.0.1"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch"
}
}