-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.27 KB
/
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
38
{
"name": "@apillon/tests-lib",
"version": "2.0.0",
"description": "Apillon common test code library",
"main": "./dist/index.js",
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"files": [
"dist/**"
],
"author": "Apillon",
"license": "GNU GPL V3",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc --declarationMap",
"dev": "tsc -w --declarationMap --preserveWatchOutput",
"test:unit": "jest --passWithNoTests",
"lint": "tsc && eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"swanky:node": "swanky node start",
"swanky:deploy": "swanky contract deploy paras_launchpad --account alice -g 100000000000 -a [\"ApillonGenericNFT\"] [\"AGNFT\"] ['ipfs://myIpfsUri/'] '.json' 10 1 1 1 0 0 0 1682899200000 9 'bTdmScYtDDGg12mG1pvQ5zAooMXMK45WHBt3meGDXrNBKua' 'bTdmScYtDDGg12mG1pvQ5zAooMXMK45WHBt3meGDXrNBKua'"
},
"devDependencies": {
"@astar-network/swanky-cli": "4.0.0",
"@types/jsonwebtoken": "^9.0.6",
"bcrypt": "^5.1.1",
"eslint-config-common": "*",
"hardhat": "^2.22.2",
"mysql2": "^3.9.7",
"terminate": "2.6.1",
"tsconfig": "*"
},
"dependencies": {
"@apillon/lib": "*",
"@apillon/service-lib": "*",
"@nestjs/common": "10.3.7",
"ts-mysql-migrate": "^1.1.2"
}
}