UNPKG

@finnair/path

Version:
43 lines (42 loc) 1.22 kB
{ "name": "@finnair/path", "version": "10.2.1", "private": false, "description": "Simple object path as array of strings and numbers", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/cjs/index.d.ts", "exports": { ".": { "require": { "types": "./dist/cjs/index.d.ts", "default": "./dist/cjs/index.js" }, "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" } }, "./package.json": "./package.json" }, "license": "MIT", "homepage": "https://github.com/finnair/v-validation/tree/master/packages/path#readme", "bugs": "https://github.com/finnair/v-validation/issues", "repository": { "type": "git", "url": "https://github.com/finnair/v-validation.git", "directory": "packages/path" }, "keywords": [ "json", "path", "matcher", "JsonPath" ], "scripts": { "build": "yarn build:cjs && yarn build:esm", "build:cjs": "tsc -b tsconfig.cjs.json && cp ../../package.cjs.json dist/cjs/package.json", "build:esm": "tsc -b . && cp ../../package.esm.json dist/esm/package.json" }, "gitHead": "f21d6b62c63cb66ce4165d5ea634bbcc21190102" }