-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.49 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
{
"name": "@nanoexpress/pro-slim",
"version": "3.0.0",
"description": "nanoexpress for enterprise users & teams",
"type": "module",
"main": "src/nanoexpress.js",
"typings": "nanoexpress.d.ts",
"scripts": {
"lint": "smartlint",
"test": "node --experimental-modules tests/index.js",
"cleanup-cjs": "rm -rf cjs/*.js",
"build": "npm run cleanup-cjs && rollup -c",
"prepare": "yarn build && husky install",
"prepublishOnly": "yarn lint && yarn build"
},
"engines": {
"node": ">=12.16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nanoexpress/pro-slim.git"
},
"keywords": [
"nano",
"node",
"fast",
"uws",
"websocket",
"http",
"c++"
],
"author": "dalisoft",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nanoexpress/pro-slim/issues"
},
"homepage": "https://github.com/nanoexpress/pro-slim#readme",
"dependencies": {
"uWebSockets.js": "https://github.com/uNetworking/uWebSockets.js/archive/v20.24.0.tar.gz"
},
"devDependencies": {
"@commitlint/cli": "^17.8.0",
"baretest": "^2.x",
"commitlint-config-airlight": "^6.0.0",
"coveralls-next": "^4.2.0",
"eslint": "^8.56.0",
"eslint-config-airlight-node": "^4.0.2",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"lint-staged-config-airlight": "^4.0.2",
"prettier": "^2.8.8",
"prettier-config-airlight": "^2.0.1",
"rollup": "^3.29.4",
"smartlint": "^6.0.4",
"typescript": "^5.3.3"
}
}