UNPKG

637 BJSONView Raw
1{
2 "name": "noticebord-client",
3 "version": "1.0.2",
4 "description": "The official Typescript client library for the Noticebord API.",
5 "main": "lib/index.js",
6 "types": "lib/index.d.ts",
7 "repository": "https://github.com/noticebord/client-typescript",
8 "author": "sixpeteunder",
9 "license": "MIT",
10 "scripts": {
11 "build": "tsc",
12 "test": "jest"
13 },
14 "devDependencies": {
15 "@types/jest": "^27.4.1",
16 "jest": "^27.5.1",
17 "ts-jest": "^27.1.4",
18 "typescript": "^4.6.3"
19 },
20 "dependencies": {
21 "@types/humps": "^2.0.1",
22 "axios": "^0.26.1",
23 "humps": "^2.0.1"
24 },
25 "files": [
26 "lib/**/*"
27 ]
28}