forked from ORIGYN-SA/origyn_nft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 881 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
{
"name": "origyn_nft_reference",
"version": "0.1.0",
"description": "Origyn NFT Reference",
"license": "APACHE 2.0",
"keywords": [
"Internet Computer",
"Motoko",
"Canister",
"NodeJS"
],
"scripts": {},
"type": "module",
"devDependencies": {
"@dfinity/agent": "^0.12.1",
"@dfinity/identity": "^0.12.1",
"@dfinity/principal": "^0.12.1",
"@peculiar/webcrypto": "^1.4.0",
"@types/node-fetch": "^2.6.2",
"bip39": "^3.0.4",
"fs-extra": "^10.1.0",
"hdkey": "^2.0.1",
"mime-types": "^2.1.35",
"minimist": "^1.2.6",
"node-fetch": "^3.2.9",
"prettier": "^2.7.1",
"watch": "^1.0.2"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true
}
}