UNPKG

val-path-helper

Version:

val path helper

63 lines (61 loc) 1.19 kB
{ "name": "val-path-helper", "author": "wsafight", "version": "0.0.1", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "scripts": { "start": "dts watch", "build": "dts build", "test": "dts test", "lint": "dts lint", "prepare": "dts build", "size": "size-limit", "analyze": "size-limit --why" }, "peerDependencies": {}, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "keywords": [ "path-utils", "obj-path", "list-path", "immutability-helper" ], "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "module": "dist/val-path-helper.esm.js", "size-limit": [ { "path": "dist/val-path-helper.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/val-path-helper.esm.js", "limit": "10 KB" } ], "devDependencies": { "@size-limit/preset-small-lib": "8.1.0", "husky": "8.0.1", "size-limit": "8.1.0", "dts-cli": "1.6.0", "tslib": "2.4.1", "typescript": "4.9.3" } }