object-standard-path
Version:
Safely get/set deep nested properties with standard path, strong type support
65 lines (64 loc) • 1.51 kB
JSON
{
"name": "object-standard-path",
"version": "0.3.1",
"description": "Safely get/set deep nested properties with standard path, strong type support",
"repository": {
"type": "git",
"url": "https://github.com/react-earth/object-standard-path.git"
},
"author": "easilyjs",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rimraf dist && rollup -c && rimraf dist/types",
"prepublishOnly": "npm run build",
"test": "tsc --noEmit & jest",
"release": "release-it"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/jest": "^29.2.0",
"auto-changelog": "^2.4.0",
"jest": "^29.2.2",
"release-it": "^15.6.0",
"rimraf": "^3.0.0",
"rollup": "^2.70.1",
"rollup-plugin-dts": "^4.2.0",
"rollup-plugin-node-externals": "^4.0.0",
"rollup-plugin-typescript2": "^0.31.2",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
},
"keywords": [
"dot",
"path",
"get",
"set",
"update",
"change",
"standard",
"value",
"deep",
"nested",
"object",
"property",
"typescript",
"type",
"access",
"notation",
"array"
]
}