-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1009 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
{
"name": "waltid-near-nftkit",
"version": "1.0.0",
"license": "(MIT AND Apache-2.0)",
"scripts": {
"deploy": "cd contract && ./deploy.sh",
"build": "npm run build:contract",
"build:contract": "cd contract && ./build.sh",
"test": "npm run test:unit && npm run test:integration",
"test:unit": "cd contract && cargo test",
"test:integration": "cd integration-tests && cargo run --example integration-tests \"../contract/target/wasm32-unknown-unknown/release/hello_near.wasm\"",
"postinstall": "echo no frontend && echo rs tests && echo rs contract"
},
"devDependencies": {
"near-cli": "^3.3.0"
},
"description": "near-blank-project ==================",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/SuperBatata/Near-NFT-Contract.git"
},
"author": "",
"bugs": {
"url": "https://github.com/SuperBatata/Near-NFT-Contract/issues"
},
"homepage": "https://github.com/SuperBatata/Near-NFT-Contract#readme"
}