UNPKG

485 BJSONView Raw
1{
2 "name": "@brandingbrand/fsfoundation",
3 "sideEffects": false,
4 "version": "9.0.1",
5 "description": "Foundation types 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 "redux": "^4.0.0"
15 },
16 "publishConfig": {
17 "registry": "https://registry.npmjs.org/"
18 },
19 "gitHead": "d1c8c10a16766dac152d6d822449818dd3826eb5"
20}