mirror of
https://github.com/sern-handler/tools
synced 2026-06-06 01:16:59 +00:00
27 lines
648 B
JSON
27 lines
648 B
JSON
{
|
|
"name": "@sern/builder",
|
|
"version": "1.0.0-rc1",
|
|
"description": "Type safe options builder for the discord api",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"scripts": {
|
|
"build": "microbundle --target node",
|
|
"watch": "microbundle watch",
|
|
"test": "microbundle --target node && node ./test/index.test.mjs"
|
|
},
|
|
"exports": {
|
|
"types": "./dist/index.d.ts",
|
|
"require": "./dist/index.js",
|
|
"default": "./dist/index.modern.mjs"
|
|
},
|
|
"dependencies": {
|
|
"discord-api-types": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.1.0"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|