You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
968 B

{
"name": "trackmania.io",
"version": "3.2.2",
"description": "Node.js inplementation of Trackmania Live services (trackmania.io)",
"main": "src/index.js",
"types": "typings/index.d.ts",
"scripts": {
"test": "eslint . && mocha --exit",
"prepack": "tsc",
"dts": "tsc",
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GreepTheSheep/node-trackmania.io.git"
},
"keywords": [
"trackmania",
"api",
"services"
],
"author": "Greep",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/GreepTheSheep/node-trackmania.io/issues"
},
"homepage": "https://tmio.greep.gq/",
"dependencies": {
"luxon": "^3.3.0",
"node-fetch": "2.6.7"
},
"devDependencies": {
"@discordjs/docgen": "0.11.1",
"dotenv": "16.1.4",
"eslint": "7.31.0",
"mocha": "10.2.0",
"typescript": "5.1.3"
}
}