tebex_headless
Version:
Tebex Headless API
61 lines (60 loc) • 1.58 kB
JSON
{
"name": "tebex_headless",
"version": "1.15.1",
"description": "Tebex Headless API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"scripts": {
"test": "jest",
"build": "tsup index.ts --format cjs,esm --dts",
"lint": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tynopia/tebex_headless.git"
},
"keywords": [
"tynopia",
"tebex",
"headless",
"api",
"typescript"
],
"author": "Tynopia / Lukas Leisten",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tynopia/tebex_headless/issues"
},
"homepage": "https://github.com/Tynopia/tebex_headless#readme",
"devDependencies": {
"@babel/preset-typescript": "^7.23.3",
"@babel/preset-env": "^7.23.6",
"@swc/core": "^1.3.99",
"@types/jest": "^29.5.11",
"dotenv": "^16.3.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
},
"dependencies": {
"axios": "^1.6.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "latest"
},
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/npm"
]
}
}