-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 983 Bytes
/
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
{
"name": "@verto/flex",
"description": "An embeddable, programmable order book framework",
"version": "0.1.14",
"author": " ",
"repository": {
"type": "git",
"url": "git+https://github.com/useverto/flex.git"
},
"homepage": "https://github.com/useverto/flex",
"bugs": {
"url": "https://github.com/useverto/flex/issues"
},
"license": "https://github.com/useverto/flex/blob/main/LICENSE",
"files": [
"dist"
],
"module": "dist/index.esm.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "node ./build.js",
"fmt": "prettier --write .",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"arlocal": "^1.1.58",
"esbuild": "^0.14.51",
"npm-dts": "^1.3.12",
"prettier": "^2.7.1",
"vitest": "^0.24.3",
"warp-contracts": "^1.2.13"
},
"dependencies": {
"arweave": "^1.11.4",
"smartweave": "^0.4.49"
},
"peerDependencies": {}
}