forked from subquery/subql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 780 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 780 Bytes
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": "@subql/types",
"version": "3.12.2",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && tsc -b",
"changelog:release": "echo \"Updating changelog $npm_package_version\" && npx chan release $npm_package_version --git-url \"https://github.com/subquery/subql\" --release-prefix=\"types/\""
},
"author": "Ian He",
"main": "dist/index.js",
"license": "GPL-3.0",
"files": [
"src/global.d.ts",
"/dist"
],
"dependencies": {
"@subql/types-core": "workspace:*"
},
"peerDependencies": {
"@polkadot/api": "^15"
},
"devDependencies": {
"@polkadot/api": "^15.9.2"
}
}