@ryyseexvi/temtem-promise-v1
Version:
A package that return all of the Temtem API calls as methods in a class
52 lines (51 loc) • 1.2 kB
JSON
{
"name": "@ryyseexvi/temtem-promise-v1",
"version": "1.1.3",
"description": "A package that return all of the Temtem API calls as methods in a class",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 1",
"husky": "npm install --save-dev husky && npx husky init",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryyseeXVI/temtem-promise-v1.git"
},
"keywords": [
"Temtem",
"API",
"Promise",
"Class",
"Wrapper",
"TypeScript",
"OpenSource"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ryyseeXVI/temtem-promise-v1/issues"
},
"homepage": "https://github.com/ryyseeXVI/temtem-promise-v1#readme",
"devDependencies": {
"@types/jest": "^29.5.14",
"husky": "^9.1.7",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
},
"files": [
"dist",
"README.md"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@types/node-fetch": "^2.6.12",
"node-fetch": "^3.3.2"
}
}