forked from iotaledger/iota.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 896 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
{
"name": "@iota/workspaces",
"description": "IOTA JavaScript Library",
"version": "1.8.6",
"keywords": [
"iota"
],
"authors": [
"Martyn Janes <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/iotaledger/iota.js.git"
},
"license": "Apache-2.0",
"workspaces": [
"packages/util",
"packages/crypto",
"packages/iota",
"packages/mqtt",
"packages/pow-neon",
"packages/pow-node",
"packages/pow-wasm/wasm",
"packages/pow-wasm"
],
"dependencies": {
"prettier": "^2.8.2"
},
"scripts": {
"dist-neon": "npm run postinstall --prefix packages/pow-neon",
"dist-all": "npm run dist-neon && npm run dist --workspaces",
"workspace-format": "prettier --config .prettierrc --write ."
}
}