UNPKG

532 BJSONView Raw
1{
2 "name": "@brandingbrand/fsnetwork",
3 "sideEffects": false,
4 "version": "9.6.3",
5 "description": "Networking libraries for Flagship",
6 "main": "dist/index.js",
7 "types": "./dist/index.d.ts",
8 "license": "MIT",
9 "scripts": {
10 "prepare": "tsc",
11 "tsc:watch": "tsc -w --preserveWatchOutput"
12 },
13 "dependencies": {
14 "@brandingbrand/fsfoundation": "^9.6.3",
15 "axios": "~0.18.1"
16 },
17 "publishConfig": {
18 "registry": "https://registry.npmjs.org/"
19 },
20 "gitHead": "bb257854f76b9b6178d1c490edf204bcdb2b9dc6"
21}