{
	"name": "@twin.org/nameof",
	"version": "0.0.3",
	"description": "The definitions for the methods which are processed by the nameof-transformer",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/iotaledger/framework.git",
		"directory": "packages/nameof"
	},
	"author": "martyn.janes@iota.org",
	"license": "Apache-2.0",
	"type": "module",
	"engines": {
		"node": ">=20.0.0"
	},
	"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"
		}
	},
	"files": [
		"dist/es",
		"dist/types",
		"locales",
		"docs"
	],
	"keywords": [
		"twin",
		"trade",
		"iota",
		"framework",
		"blockchain"
	],
	"bugs": {
		"url": "git+https://github.com/iotaledger/framework/issues"
	},
	"homepage": "https://twindev.org"
}
