@freemework/common
Version:
Common library of the Freemework Project.
55 lines (54 loc) • 1.21 kB
JSON
{
"name": "@freemework/common",
"version": "0.16.2",
"description": "Common library of the Freemework Project.",
"author": {
"name": "Freemework Project",
"email": "dev@freemework.org",
"url": "https://docs.freemework.org"
},
"contributors": [
{
"name": "Maxim Anurin",
"email": "maxim.anurin@freemework.org",
"url": "https://www.anurin.name"
}
],
"license": "Apache-2.0",
"keywords": [
"freemework",
"free",
"me",
"work"
],
"repository": {
"type": "git",
"url": "https://github.com/freemework/common.git"
},
"bugs": {
"url": "https://github.com/freemework/common/issues"
},
"engines": {
"node": ">=16.0.0 <23"
},
"dependencies": {
"content-type": "^1.0.5"
},
"homepage": "https://docs.freemework.org/#common?lang=typescript",
"type": "module",
"types": "./types/index.d.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"exports": {
".": {
"import": {
"default": "./lib/esm/index.js",
"types": "./types/index.d.ts"
},
"require": {
"default": "./lib/cjs/index.js",
"types": "./types/index.d.ts"
}
}
}
}