-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.14 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
{
"name": "@ondaa/common",
"version": "0.0.7",
"description": "Common use tool, library",
"keywords": [
"common",
"modules",
"util",
"lib"
],
"main": "bin/index.js",
"scripts": {
"build": "tsc",
"test": "jest --runInBand --detectOpenHandles --forceExit",
"test:local": "npx jest --runInBand --detectOpenHandles --forceExit --config jest.config.js"
},
"files": [
"fn",
"string",
"object",
"number",
"fn",
"array",
"collection",
"test",
"*.d.ts",
"index.js",
"common.js"
],
"devDependencies": {
"@types/jest": "^25.1.2",
"jest": "^25.1.0",
"jest-mock-random": "^1.0.3",
"ts-jest": "^25.2.0",
"typescript": "^3.7.5"
},
"dependencies": {
"@types/node": "^13.7.1",
"node": "^13.8.0"
},
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ondaa/common.git"
},
"bugs": {
"url": "https://github.com/ondaa/common/issues",
"email": "demnodey@gmail.com"
},
"homepage": "https://github.com/ondaa/common#readme",
"author": "ondaa <demnodey@gmail.com>",
"license": "ISC"
}