-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 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
{
"name": "@jouw-id/client",
"version": "0.3.2",
"description": "client for jouw.id",
"type": "module",
"source": [
"src/browser.mjs"
],
"main": "src/jouwid.mjs",
"scripts": {
"test": "tap test/*.mjs",
"tap": "tap",
"build": "node ./esbuild.production.mjs",
"build-dev": "node ./esbuild.development.mjs",
"wp-build": "webpack --config webpack.config.cjs",
"eslint": "eslint src/jouwid.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jouw-id/client.git"
},
"author": "auke@muze.nl",
"homepage": "https://jouw.id/",
"devDependencies": {
"crypto-browserify": "^3.12.0",
"esbuild-plugin-polyfill-node": "^0.3.0",
"eslint": "^9.13.0",
"@eslint/js": "^9.13.0",
"stream-browserify": "^3.0.0",
"tap": "^16.0.1",
"url": "^0.11.4",
"vm-browserify": "^1.1.2",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"files": [
"/src",
"/dist",
"/README.md"
],
"dependencies": {
"@datavillage-me/api": "^1.1.2",
"@muze-nl/assert": "^0.3.3"
}
}