@discord-user-card/core
Version:
The core behind the Discord User Card project.
29 lines • 552 B
JSON
{
"name": "@discord-user-card/core",
"type": "module",
"version": "0.0.9",
"description": "The core behind the Discord User Card project.",
"keywords": [
"discord",
"card",
"profile",
"discord-user-card"
],
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"require": "./lib/index.js"
}
},
"main": "./lib/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "tsc",
"dev": "tsc -w"
}
}