-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.25 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
39
40
41
42
43
44
45
{
"name": "regionx",
"version": "1.0.0",
"description": "Coretime marketplace & tooling",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"compile": "typechain-compiler --toolchain nightly",
"prettier": "prettier --write tests",
"test": "mocha --require ts-node/register --recursive ./tests --extension \".test.ts\" --exit --timeout 2000000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RegionX-Labs/RegionX.git"
},
"keywords": [
"coretime"
],
"author": "Master Union",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/RegionX-Labs/RegionX/issues"
},
"homepage": "https://github.com/RegionX-Labs/RegionX#readme",
"dependencies": {
"@727-ventures/typechain-compiler": "^1.1.4",
"@727-ventures/typechain-types": "^1.1.2",
"@polkadot/api": "^10.11.2",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.1",
"coretime-utils": "^0.2.3",
"mocha": "^10.2.0",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/jest": "^29.5.11",
"@types/mocha": "^10.0.6"
}
}