-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.48 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.48 KB
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
{
"name": "@cantinc/utils",
"version": "1.4.4",
"description": "Cant inc. utils",
"main": "index.js",
"module": "index.es6.js",
"esnext": "index.es6.js",
"jsnext:main": "index.es6.js",
"types": "index.d.ts",
"private": true,
"scripts": {
"build": "innetjs release",
"test": "jest",
"test:coverage": "jest --coverage",
"release": "innetjs release -p",
"patch": "innetjs patch",
"minor": "innetjs minor",
"major": "innetjs major"
},
"repository": {
"type": "git",
"url": "https://github.com/cantinc/utils.git"
},
"keywords": [
"innet",
"utils",
"front-end"
],
"author": "Mikhail Lysikov <d8corp@mail.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cantinc/utils/issues"
},
"homepage": "https://github.com/cantinc/utils",
"devDependencies": {
"@types/jest": "^29.0.3",
"@types/node": "^17.0.18",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"core-js": "^3.26.1",
"eslint": "^8.27.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"innet-jest": "^1.3.5",
"innetjs": "^2.3.3",
"jest": "^29.3.1",
"jest-util": "^29.3.1",
"rimraf": "^3.0.2",
"typescript": "^4.9.3"
},
"dependencies": {
"url-regex": "^5.0.0"
}
}