forked from unicitynetwork/state-transition-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 KB
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
{
"name": "@unicitylabs/tx-flow-engine",
"version": "1.3.9",
"description": "Generic State Transition Flow engine for value-carrier agents",
"main": "state_machine.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/unicitynetwork/tx-flow-engine.git"
},
"author": "cryptohog",
"license": "ISC",
"homepage": "https://unicitynetwork.github.io/tx-flow-engine/",
"dependencies": {
"@unicitylabs/shared": "^1.2.15",
"commander": "^12.1.0",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"install": "^0.13.0",
"node-polyfill-webpack-plugin": "^4.1.0",
"npm": "^10.9.2",
"object-hash": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.7",
"@babel/preset-env": "^7.26.7",
"babel-loader": "^9.2.1",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
"html-webpack-plugin": "^5.6.3",
"stream-browserify": "^3.0.0",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
},
"publishConfig": {
"access": "public"
}
}