UNPKG

serverchan

Version:
48 lines 1.09 kB
{ "name": "serverchan", "version": "1.0.1", "description": "Node.js SDK for ServerChan.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/index.js", "dist/index.d.ts" ], "repository": { "type": "git", "url": "git+https://github.com/xfoxfu/node-ServerChan.git" }, "keywords": [ "ServerChan", "SDK" ], "author": "xfoxfu", "license": "MIT", "bugs": { "url": "https://github.com/xfoxfu/node-ServerChan/issues" }, "homepage": "https://github.com/xfoxfu/node-ServerChan#readme", "engines": { "node": ">=18.12.1" }, "devDependencies": { "@ava/typescript": "^5.0.0", "@types/node": "^18.19.44", "ava": "^6.1.3", "c8": "^10.1.2", "msw": "^2.3.5", "typescript": "^5.5.4" }, "ava": { "typescript": { "rewritePaths": { "src/": "dist/" }, "compile": "tsc" } }, "scripts": { "test": "c8 -n dist/index.js --reporter=text-summary ava src/test.ts", "test:cov": "c8 report -n dist/index.js --reporter=text-lcov > coverage/lcov.info" } }