-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
37 lines (37 loc) · 949 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
{
"name": "true-nft",
"version": "2.0.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/tonlabs/True-NFT"
},
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"author": {
"name": "Ever Surf x RSquad"
},
"scripts": {
"scripts:deploy-collection": "cross-env ts-node -r dotenv/config scripts/deploy-collection.ts",
"scripts:mint": "cross-env ts-node -r dotenv/config scripts/mint.ts",
"compile": "node ./compile.js"
},
"devDependencies": {
"@rsquad/ton-utils": "^1.3.1",
"@tonclient/core": "^1.16.0",
"@tonclient/lib-node": "^1.16.0",
"@types/node": "^14.14.16",
"cross-env": "^7.0.3",
"dotenv": "^8.2.0",
"js-sha256": "^0.9.0",
"js-trim-multiline-string": "^1.0.8",
"mocha": "^8.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.3.2"
}
}