{
	"name": "@twin.org/rights-management-pip-service",
	"version": "0.9.2",
	"description": "Policy information point service for supplying context facts to evaluations.",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/iotaledger/twin-rights-management.git",
		"directory": "packages/rights-management-pip-service"
	},
	"author": "martyn.janes@iota.org",
	"license": "Apache-2.0",
	"type": "module",
	"engines": {
		"node": ">=24.0.0"
	},
	"dependencies": {
		"@twin.org/core": "^0.9.2",
		"@twin.org/data-json-ld": "^0.9.2",
		"@twin.org/identity-models": "^0.9.2",
		"@twin.org/logging-models": "^0.9.2",
		"@twin.org/nameof": "^0.9.2",
		"@twin.org/rights-management-models": "^0.9.2",
		"@twin.org/standards-w3c-odrl": "^0.9.2"
	},
	"main": "./dist/es/index.js",
	"types": "./dist/types/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/types/index.d.ts",
			"import": "./dist/es/index.js",
			"default": "./dist/es/index.js"
		},
		"./locales/*.json": "./locales/*.json"
	},
	"files": [
		"dist/es",
		"dist/types",
		"locales",
		"docs"
	],
	"keywords": [
		"twin",
		"trade",
		"iota",
		"framework",
		"blockchain",
		"rights-management",
		"service",
		"microservice",
		"business-logic"
	],
	"bugs": {
		"url": "git+https://github.com/iotaledger/twin-rights-management/issues"
	},
	"homepage": "https://twindev.org"
}
