-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 2.1 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
62
63
64
65
66
67
68
69
{
"name": "@polymeshassociation/polymesh-types",
"version": "6.0.0",
"description": "Substrate types used in Polymesh chain",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/PolymeshAssociation/polymesh-types",
"author": "Polymesh Association",
"license": "Apache-2.0",
"keywords": [
"Polkadot",
"Polymesh",
"types"
],
"scripts": {
"build:ts": "tsc -b",
"commit": "npx git-cz",
"diff_versions": "ts-node scripts/diff_versions",
"semantic-release": "semantic-release",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"format": "cross-env prettier-eslint $PWD\"/src/**/*.{ts,tsx,js,jsx,json,css,md}\" --write"
},
"devDependencies": {
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@polkadot/typegen": "^10.1.2",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@semantic-release/npm": "^9.0.2",
"@types/jest": "26.0.24",
"@types/node": "^18.15.3",
"@typescript-eslint/eslint-plugin": "4.29.0",
"@typescript-eslint/parser": "4.29.0",
"@zerollup/ts-transform-paths": "1.7.18",
"cross-env": "7.0.3",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-semistandard": "16.0.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-standard": "5.0.0",
"husky": "7.0.1",
"jest": "27.0.6",
"jest-diff": "^27.2.0",
"lint-staged": "11.1.1",
"prettier": "2.3.2",
"prettier-eslint": "13.0.0",
"prettier-eslint-cli": "5.0.1",
"semantic-release": "^19.0.5",
"ts-jest": "27.0.4",
"ts-node": "^10.9.1",
"ttypescript": "1.5.12",
"typedoc": "0.16.8",
"typescript": "^4.9.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"publishConfig": {
"access": "public"
}
}