-
Notifications
You must be signed in to change notification settings - Fork 331
/
package.json
31 lines (31 loc) · 999 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
{
"name": "@subql/common",
"version": "5.1.4",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write \"src/**/*.ts\"",
"changelog:release": "echo \"Updating changelog $npm_package_version\" && npx chan release $npm_package_version --git-url \"https://github.com/subquery/subql\" --release-prefix=\"common/\""
},
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
"author": "Ian He",
"main": "dist/index.js",
"license": "GPL-3.0",
"dependencies": {
"@subql/types-core": "workspace:*",
"axios": "^0.28.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"js-yaml": "^4.1.0",
"reflect-metadata": "^0.1.14",
"semver": "^7.6.3",
"update-notifier": "^5.1.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/semver": "^7.5.8",
"@types/update-notifier": "^6"
}
}