UNPKG

491 BJSONView Raw
1{
2 "name": "@brandingbrand/fscodestyle",
3 "sideEffects": false,
4 "version": "7.11.0",
5 "license": "MIT",
6 "bin": {
7 "fscodestyle": "index.js"
8 },
9 "scripts": {
10 "prepare": "tsc",
11 "tsc:watch": "tsc -w --preserveWatchOutput"
12 },
13 "dependencies": {
14 "tslint": "^5.11.0",
15 "tslint-eslint-rules": "^5.4.0",
16 "tslint-react": "^3.6.0"
17 },
18 "publishConfig": {
19 "registry": "https://registry.npmjs.org/"
20 },
21 "gitHead": "91c026730cb9f24626ba92d522e3065e2cf01915"
22}