transformice.js
Version:
Node.js client for Transformice with full Typescript support.
47 lines (46 loc) • 1.25 kB
JSON
{
"name": "transformice.js",
"version": "1.0.0-beta.1",
"description": "Node.js client for Transformice with full Typescript support.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"dev": "tsc --watch",
"lint:check": "eslint .",
"prettify": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/SuspiciousLookingOwl/transformice.js.git"
},
"keywords": [
"transformice"
],
"author": "SuspiciousLookingOwl",
"license": "MIT",
"bugs": {
"url": "https://github.com/SuspiciousLookingOwl/transformice.js/issues"
},
"homepage": "https://github.com/SuspiciousLookingOwl/transformice.js#readme",
"devDependencies": {
"@types/iconv-lite": "0.0.1",
"@types/jest": "^26.0.19",
"@types/module-alias": "^2.0.0",
"@types/node": "^14.14.14",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"dotenv": "^8.2.0",
"eslint": "^7.16.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3",
"wait-for-expect": "^3.0.2"
},
"dependencies": {
"iconv-lite": "^0.6.2",
"node-fetch": "^2.6.1"
}
}