UNPKG

1.6 kBJSONView Raw
1{
2 "name": "falcor-json-graph",
3 "version": "3.2.0",
4 "description": "A set of factory functions for creating JSON Graph values.",
5 "main": "./lib/index.js",
6 "types": "./src/index.d.ts",
7 "scripts": {
8 "flow": "flow",
9 "flow-coverage": "flow-coverage-report",
10 "lint": "eslint src/ test/",
11 "prepare": "test -e lib && rm -r lib; flow-remove-types --out-dir lib/ src/ && (cd src/; find * -type f -name '*.js' -exec cp {} ../lib/{}.flow \\;)",
12 "prettier": "prettier --write src/**.js test/**.js",
13 "check-formatting": "prettier --list-different src/**.js test/**.js",
14 "test": "mocha -r flow-remove-types/register",
15 "release": "standard-version"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/Netflix/falcor-json-graph.git"
20 },
21 "author": "Jafar Husain <jhusain@gmail.com>",
22 "license": "Apache 2.0",
23 "bugs": {
24 "url": "https://github.com/Netflix/falcor-json-graph/issues"
25 },
26 "keywords": [
27 "falcorjs",
28 "Observable",
29 "JSON",
30 "JSON Graph"
31 ],
32 "homepage": "https://github.com/Netflix/falcor-json-graph",
33 "dependencies": {},
34 "devDependencies": {
35 "@lrowe/eslint-plugin-flow-remove-types": "^0.0.1",
36 "chai": "^4.2.0",
37 "eslint": "^4.19.1",
38 "flow-bin": "^0.62.0",
39 "flow-coverage-report": "^0.4.1",
40 "flow-remove-types": "^1.2.3",
41 "mocha": "^4.1.0",
42 "prettier": "^1.19.1",
43 "standard-version": "^7.1.0"
44 },
45 "flow-coverage-report": {
46 "includeGlob": [
47 "src/**/*.js"
48 ]
49 },
50 "publishConfig": {
51 "access": "public",
52 "registry": "https://registry.npmjs.org/"
53 }
54}
\No newline at end of file