-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 2.24 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"bugs": "https://github.com/dhiway/cord-typegen/issues",
"homepage": "https://github.com/dhiway/cord-typegen#readme",
"license": "Apache-2",
"packageManager": "[email protected]",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/dhiway/cord-typegen.git"
},
"sideEffects": false,
"version": "0.7.2-2",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn build:interfaces && polkadot-dev-build-ts",
"build:interfaces": "node -r ts-node/register -r tsconfig-paths/register packages/known-types/scripts/generate.ts && node -r ts-node/register -r tsconfig-paths/register packages/type-definitions/scripts/generate.ts",
"build:release": "ts-node packages/scripts/cord-types-build.mjs",
"check-deps": "./node_modules/@open-web3/util/scripts/check-deps.js yarn.lock @polkadot/ @open-web3/",
"clean": "polkadot-dev-clean-build",
"lint": "polkadot-dev-run-lint",
"postinstall": "polkadot-dev-yarn-only",
"test": "polkadot-dev-run-test --passWithNoTests",
"update-metadata": "ts-node --project ./tsconfig.json packages/known-types/scripts/updateMetadata.ts"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/register": "^7.17.7",
"@babel/runtime": "^7.17.9",
"@open-web3/dev-config": "^0.2.2",
"@open-web3/util": "^1.1.4",
"@types/jest": "^27.5.0",
"@types/node": "^17.0.31",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "^8.15.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import-newlines": "^1.2.2",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sort-destructure-keys": "^1.4.0",
"ts-node": "^10.7.0",
"tsconfig-paths": "^4.0.0",
"typedoc": "^0.22.15",
"typescript": "^4.6.4"
},
"resolutions": {
"@polkadot/api": "7.12.1",
"@polkadot/types": "7.12.1",
"styled-components": "^5.3.1",
"typescript": "^4.6.4"
},
"stableVersion": "0.7.2-1"
}