forked from shardus/lib-types
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.62 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
{
"name": "@shardus/types",
"version": "1.2.21",
"description": "",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"files": [
"build/**/*",
"src/**/*"
],
"scripts": {
"release": "np --any-branch --no-cleanup --no-tests --no-yarn",
"test": "jest",
"coverage": "npm test -- --coverage",
"lint": "eslint \"./src/**/*.ts\"",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"build": "npm run compile",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run lint",
"format-check": "prettier --check \"./src/**/*.ts\"",
"format-fix": "prettier --write \"./src/**/*.ts\""
},
"repository": {
"type": "git",
"url": "https://github.com/shardeum/lib-types.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/shardus/shardus-types/issues"
},
"homepage": "https://gitlab.com/shardus/shardus-types#readme",
"devDependencies": {
"@types/node": "18.19.1",
"np": "9.2.0",
"prettier": "2.8.8",
"typescript": "4.4.4",
"gts": "3.1.1",
"eslint": "8.31.0",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/parser": "5.48.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-no-unsanitized": "4.0.2",
"eslint-plugin-security": "1.5.0",
"eslint-plugin-xss": "0.1.12",
"typescript-eslint": "0.0.1-alpha.0",
"ts-jest": "27.0.5",
"@types/jest": "27.0.1",
"jest": "27.1.1",
"fast-stable-stringify": "1.0.0"
},
"overrides": {
"got": "11.8.5"
}
}