@xfallseane/intersect.ts
Version:
The Intersect Engine API Client Library based on TS.
36 lines (35 loc) • 771 B
JSON
{
"name": "@xfallseane/intersect.ts",
"version": "1.1.3",
"description": "The Intersect Engine API Client Library based on TS.",
"main": "dist/client.js",
"types": "dist/client.d.ts",
"type": "module",
"scripts": {
"build": "tsc --build --clean && tsc --build",
"start": "node index.js"
},
"keywords": [
"Intersect",
"Engine",
"API",
"Client",
"Library",
"JS",
"NodeJS",
"TS"
],
"author": "AriusII",
"license": "MIT",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Thomasfds/IntersectTS.git"
},
"bugs": {
"url": "https://github.com/Thomasfds/IntersectTS/issues"
},
"homepage": "https://github.com/Thomasfds/IntersectTS#readme"
}