-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
55 lines (55 loc) · 1.37 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": "@spencejs/spence-events",
"version": "0.10.2",
"main": "src/index.js",
"types": "types/index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"lodash": "~4.17.15",
"uuid": "~11.0.3"
},
"devDependencies": {
"@spencejs/spence-config": "^0.10.2",
"@types/lodash": "~4.17.4",
"@types/node": "~22.12.0",
"@types/uuid": "^10.0.0",
"await-sleep": "~0.0.1",
"eslint": "8.57.1",
"eslint-config-airbnb-base": "~15.0.0",
"eslint-config-prettier": "~10.0.1",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-prettier": "~5.2.1",
"jest": "29.7.0",
"jest-junit": "~16.0.0",
"pino-pretty": "~13.0.0",
"prettier": "~3.5.0",
"tsd": "^0.31.0",
"typescript": "~5.7.2"
},
"scripts": {
"lint": "eslint src test --fix",
"test": "jest test --runInBand --coverage"
},
"description": "Spencer - An opinionated event driven framework For nodejs",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sloops77/spencer.git"
},
"keywords": [
"API",
"events",
"framework"
],
"author": "Andres Olave",
"bugs": {
"url": "https://github.com/sloops77/spencer/issues"
},
"homepage": "https://github.com/sloops77/spencer#readme",
"gitHead": "4632a8f00eef0389018e6562d37817a1a350b591"
}