UNPKG

path-value

Version:

Property path-to-value resolver, in TypeScript

47 lines (46 loc) 1.07 kB
{ "name": "path-value", "version": "0.10.1", "description": "Property path-to-value resolver, in TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc -p src && tsc -p src/tsconfig.web.json", "lint": "tslint ./src/**/*.ts ./test/**/*.ts", "test": "jest" }, "files": [ "dist" ], "homepage": "https://github.com/vitaly-t/path-value", "repository": { "type": "git", "url": "https://github.com/vitaly-t/path-value.git" }, "bugs": { "url": "https://github.com/vitaly-t/path-value/issues", "email": "vitaly.tomilov@gmail.com" }, "keywords": [ "path", "value", "resolver", "parse", "typescript" ], "author": { "name": "Vitaly Tomilov", "email": "vitaly.tomilov@gmail.com" }, "license": "MIT", "engines": { "node": ">=16" }, "devDependencies": { "@types/jest": "29.5.14", "@types/node": "22.13.10", "ts-jest": "29.2.6", "tslint": "6.1.3", "typescript": "5.8.2" } }