forked from subscan-explorer/projects-info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 871 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
{
"name": "@subscan/parachains-info",
"version": "2.1.45",
"description": "This package contains info of parachain projects used in Subscan parachain module based on @polkadot/apps-config.",
"main": "dist/main.js",
"scripts": {
"build": "npx webpack",
"pub": "npm version patch && npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/subscan-explorer/parachain-projects-info.git"
},
"keywords": [
"subscan",
"polkadot",
"parachain"
],
"author": "vzxh",
"license": "MIT",
"bugs": {
"url": "https://github.com/subscan-explorer/parachain-projects-info/issues"
},
"homepage": "https://github.com/subscan-explorer/parachain-projects-info#readme",
"devDependencies": {
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}