object-path-generator
Version:
A lightweight library to generate object paths
58 lines (57 loc) • 1.38 kB
JSON
{
"name": "object-path-generator",
"description": "A lightweight library to generate object paths",
"version": "1.0.8",
"scripts": {
"build": "tsc && yarn run lint",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"test": "jest",
"test:watch": "jest --watchAll"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.14",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
},
"dependencies": {
"tslib": "^2.8.1"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"author": {
"name": "Guy Wargzaer",
"email": "varager@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/varzager/object-path-generator.git"
},
"homepage": "https://github.com/varzager/object-path-generator#readme",
"bugs": {
"url": "https://github.com/varzager/object-path-generator/issues"
},
"license": "MIT",
"keywords": [
"object-path",
"path",
"generator",
"dynamic",
"typescript",
"utility",
"data-hooks",
"translations"
]
}