forked from pryv/lib-js
-
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.5 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.5 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": "lib-js",
"version": "3.0.2",
"private": false,
"description": "Pryv JavaScript library and add-ons",
"keywords": [
"Pryv",
"Pryv.io"
],
"homepage": "https://github.com/pryv/lib-js#readme",
"bugs": {
"url": "https://github.com/pryv/lib-js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pryv/lib-js.git"
},
"license": "BSD-3-Clause",
"author": "Pryv S.A. <info@pryv.com> (https://pryv.com)",
"workspaces": [
"components/*"
],
"scripts": {
"test": "echo 'This project doesn’t use npm scripts – enter `just` for the available development commands\n' && exit 1"
},
"dependencies": {
"socket.io-client": "^4.5.4"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/plugin-transform-runtime": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@paralleldrive/cuid2": "^2.2.2",
"@pryv/dev-utils": "github:pryv/dev-utils",
"babel-loader": "^10.0.0",
"backloop.dev": "latest",
"c8": "^10.1.3",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"copy-webpack-plugin": "^13.0.0",
"core-js": "^3.40.0",
"eslint": "^9.18.0",
"globals": "^15.14.0",
"jsdom": "^28.0.0",
"mocha": "^11.1.0",
"neostandard": "^0.12.0",
"process": "^0.11.10",
"source-licenser": "^2.0.5",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"webpack": "^5.104.0",
"webpack-cli": "^6.0.0"
},
"engines": {
"node": ">=20.0.0"
},
"tag-version-prefix": ""
}