mutate-on-copy
Version:
mutate on copy
34 lines (33 loc) • 657 B
JSON
{
"name": "mutate-on-copy",
"version": "1.0.1",
"description": "mutate on copy",
"publishConfig": {
"access": "public"
},
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./*": "./*"
},
"files": [
"dist/**/*.js",
"dist/**/*.d.ts"
],
"scripts": {
"lint": "eslint .",
"clean": "tsc -b --clean",
"tsc:publish": "npm run clean && tsc -b",
"prepublishOnly": "npm run tsc:publish"
},
"keywords": [
"framework",
"zova"
],
"author": "zhennann",
"license": "MIT",
"gitHead": "01120eb0adbb27104cef11b101165cc36f37c0c1"
}