-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·146 lines (146 loc) · 5.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "sensemaker",
"version": "0.2.0-RC2",
"description": "crawl and aggregate data.",
"main": "scripts/desktop.js",
"scripts": {
"build": "npm run build:browser",
"build:browser": "node scripts/build.js",
"build:semantic": "cd libraries/semantic && npx gulp build && cd ../..",
"cli": "node scripts/cli.js",
"coverage": "c8 npm test",
"dev": "npm run make:dev && http-server -p 8000 docs",
"docs": "npm run make:docs && npm run serve:docs",
"make:api": "jsdoc2md --configure jsdoc.json --files types/*.js services/*.js README.md > API.md",
"make:browser": "npm run build:browser",
"make:coverage": "npm run coverage && c8 report --reporter html",
"reports": "npm run report:install && npm run report:todo",
"make:dev": "npm run make:docs && glob-run js-beautify --indent-size 2 -r docs/**.html",
"make:docs": "npm run make:api && node_modules/.bin/jsdoc -c jsdoc.json services/**.js types/**.js node_modules/@fabric/core/types/service.js DEVELOPERS.md -d docs/ && glob-run js-beautify --indent-size 2 -r docs/**.html",
"package": "electron-packager .",
"report:coverage": "npm run make:coverage && c8 report --reporter=text-lcov > reports/coverage.lcov",
"report:install": "rm -rf node_modules && echo \"\n\" > package-lock.json && echo \"$ npm i\" > reports/install.log && npm i >> reports/install.log",
"report:todo": "grep --exclude package.json --exclude-dir=.env --exclude-dir=.git --exclude-dir=_book --exclude-dir=stores --exclude-dir=assets --exclude-dir=node_modules --exclude-dir=reports --exclude-dir=coverage --exclude-dir=docs --exclude-dir=libraries -rEI \"TODO|FIXME\" . | sed 's/\\([^:]*:\\)[ ]*/\\1 /' > reports/TODO.txt",
"review:coverage": "npm run make:coverage && http-server -p 8000 reports/coverage",
"serve:docs": "fabric-http docs",
"setup": "knex migrate:latest",
"start": "npm run build && node --max-old-space-size=8192 scripts/node.js",
"test": "mocha tests"
},
"repository": {
"type": "git",
"url": "https://github.com/FabricLabs/sensemaker.git"
},
"keywords": [
"aggregation",
"ai",
"artificial intelligence",
"bitcoin",
"fabric",
"intelligence",
"lightning",
"machine learning",
"media",
"network",
"networking",
"neural networks",
"social media",
"social network",
"social"
],
"author": "Fabric Labs",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/FabricLabs/sensemaker/issues"
},
"homepage": "https://sensemaker.io",
"dependencies": {
"@babel/register": "=7.22.5",
"@fabric/core": "FabricLabs/fabric#feature/v0.1.0-RC1",
"@fabric/discord": "FabricLabs/fabric-discord#feature/v0.1.0-RC1",
"@fabric/http": "FabricLabs/fabric-http#feature/v0.1.0-RC1",
"@fabric/hub": "FabricLabs/hub.fabric.pub#feature/sensemaker",
"@fabric/matrix": "FabricLabs/fabric-matrix#feature/v0.1.0-RC1",
"@google/generative-ai": "=0.2.0",
"@langchain/community": "=0.0.43",
"@langchain/redis": "=0.1.0",
"@rsi/star-citizen": "GoonCitizen/star-citizen-live",
"@tensorflow-models/universal-sentence-encoder": "=1.3.3",
"@tensorflow/tfjs-converter": "=3.6.0",
"@tensorflow/tfjs-core": "=3.6.0",
"@tensorflow/tfjs-node": "=4.10.0",
"2captcha": "=3.0.7",
"assert-browserify": "=2.0.0",
"async-mutex": "=0.4.1",
"axios": "=1.6.7",
"babel-loader": "=8.2.5",
"bcrypt": "=5.1.0",
"bitcoinjs-lib": "=5.2.0",
"bottleneck": "=2.19.5",
"browserify-fs": "=1.0.0",
"crypto-browserify": "=3.12.0",
"fast-json-patch": "=3.1.1",
"fomantic-ui": "=2.9.3",
"hark": "=1.2.3",
"http-proxy": "=1.18.1",
"jsdom": "=22.1.0",
"knex": "=2.4.2",
"knex-paginate": "=3.1.1",
"langchain": "=0.3.5",
"levelgraph": "=3.0.0",
"lodash.debounce": "=4.0.8",
"lodash.merge": "=4.6.2",
"multer": "=1.4.5-lts.1",
"mysql2": "=3.4.0",
"node-util": "=0.0.1",
"nodemailer": "=6.9.7",
"openai": "=4.20.1",
"path-browserify": "=1.0.1",
"pdf-parse": "=1.1.1",
"pg": "=8.11.3",
"querystring-es3": "=0.2.1",
"react": "=18.2.0",
"react-dom": "=18.2.0",
"react-redux": "=8.1.0",
"react-router-dom": "=6.13.0",
"react-simple-star-rating": "=5.1.7",
"react-textarea-autosize": "=8.5.3",
"react-toastify": "=10.0.5",
"react-top-loading-bar": "=2.3.1",
"redis": "=4.6.13",
"redux": "=4.2.1",
"redux-thunk": "=2.4.2",
"smtp-client": "=0.4.0",
"sqlite3": "=5.1.6",
"stream-browserify": "=3.0.0",
"stripe": "=14.14.0",
"undici": "=6.6.1"
},
"devDependencies": {
"@babel/preset-env": "=7.22.5",
"@babel/preset-react": "=7.17.12",
"@observablehq/plot": "=0.5.0",
"c8": "=10.1.2",
"chai": "=4.3.2",
"electron": "=29.1.0",
"electron-packager": "=17.1.2",
"gulp": "=4.0.2",
"jsdoc-to-markdown": "=7.1.1",
"mocha": "=10.0.0",
"semantic-ui-css": "=2.5.0",
"semantic-ui-react": "=2.1.4",
"sinon": "=17.0.1",
"why-is-node-running": "=2.2.2"
},
"c8": {
"exclude": [
"assets",
"contracts",
"components",
"scripts",
"tests"
],
"report-dir": "./reports/coverage",
"temp-dir": "./reports/c8"
}
}