scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
42 lines • 1.1 kB
JSON
{
"name": "scheunemann-interfaces",
"version": "1.2.57",
"description": "Interfaces de Projetos Scheunemann",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/MarcosScheunemann/scheunemann-interfaces.git"
},
"keywords": [
"interfaces",
"models",
"pacotes",
"types",
"scheunemann"
],
"author": "Marcos Scheunemann",
"license": "MIT",
"bugs": {
"url": "https://github.com/MarcosScheunemann/scheunemann-interfaces/issues"
},
"homepage": "https://github.com/MarcosScheunemann/scheunemann-interfaces#readme",
"module": "fesm2022/scheunemann-interfaces.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/scheunemann-interfaces.mjs",
"esm": "./esm2022/scheunemann-interfaces.mjs",
"default": "./fesm2022/scheunemann-interfaces.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}