@finnair/path
Version:
Simple object path as array of strings and numbers
43 lines (42 loc) • 1.22 kB
JSON
{
"name": "@finnair/path",
"version": "9.2.0",
"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": "f36eb0cd204f6f124ed0f19b1dcea92917466175"
}