fast-deep-copy/package.json
zhaolihang-com 7b8a85e788 add types
2024-10-19 17:36:14 +08:00

24 lines
629 B
JSON

{
"name": "fast-deep-copy",
"version": "1.0.1",
"description": "20 lines code! Deep copy the given object considering circular structure",
"main": "dist/deep-copy.js",
"types": "dist/deep-copy.d.ts",
"keywords": [
"fast-deep-copy",
"deep-copy",
"deepcopy"
],
"scripts": {
"test": "node dist/test.js",
"build": "tsc",
"desc": "tsc --project ./tsconfig.desc.json"
},
"author": "625335512@qq.com",
"homepage": "https://github.com/zhaolihang/fast-deep-copy",
"repository": {
"type": "git",
"url": "git+https://github.com/zhaolihang/fast-deep-copy.git"
},
"license": "ISC"
}