UNPKG

490 BJSONView Raw
1{
2 "name": "@brandingbrand/fscodestyle",
3 "sideEffects": false,
4 "version": "8.0.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": "57874d376d2b50a89dddcec495b0fbe2ec4be595"
22}