UNPKG

845 BJSONView Raw
1{
2 "name": "defu",
3 "version": "3.2.0",
4 "description": "Recursively assign default properties. Lightweight and Fast!",
5 "repository": "nuxt-contrib/defu",
6 "license": "MIT",
7 "main": "./dist/defu.js",
8 "types": "./dist/defu.d.ts",
9 "files": [
10 "dist"
11 ],
12 "scripts": {
13 "build": "siroc build",
14 "lint": "eslint --ext .ts src",
15 "prepublish": "yarn build",
16 "release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
17 "test": "yarn lint && yarn jest"
18 },
19 "devDependencies": {
20 "@nuxtjs/eslint-config-typescript": "latest",
21 "@types/jest": "latest",
22 "@types/node": "latest",
23 "eslint": "latest",
24 "expect-type": "^0.8.0",
25 "jest": "latest",
26 "siroc": "^0.4.0",
27 "standard-version": "latest",
28 "ts-jest": "latest",
29 "typescript": "latest"
30 }
31}