-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
53 lines (53 loc) · 1.67 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
{
"name": "@theidentityselector/thiss-ds",
"version": "2.1.40",
"description": "A set of clients for the thiss.io service",
"main": "dist/thiss-ds.js",
"homepage": "https://thiss.io",
"repository": {
"type": "git",
"url": "https://github.com/TheIdentitySelector/thiss-ds-js"
},
"bugs": {
"url": "https://github.com/TheIdentitySelector/thiss-ds-js/issues"
},
"scripts": {
"test": "./node_modules/.bin/nyc --reporter=lcov -- ./node_modules/mocha/bin/_mocha --require @babel/register",
"lint": "node_modules/.bin/goodparts src",
"cover": "./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js",
"start": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"author": "Leif Johansson <leifj@sunet.se>",
"license": "BSD-2-Clause",
"dependencies": {
"post-robot": "==10.0.14"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"@babel/register": "^7.24.6",
"babel-loader": "^9.1.3",
"chai": "^5.1.1",
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.38.1",
"coveralls": "^3.1.1",
"dotenv-webpack": "^8.0.1",
"fetch-mock": "^11.1.3",
"html-webpack-plugin": "^5.6.0",
"isomorphic-fetch": "^3.0.0",
"jsdom": "^25.0.0",
"mocha": "^10.7.3",
"nyc": "^17.0.0",
"snyk": "^1.1293.0",
"webpack": "^5.93.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^6.0.1"
},
"snyk": true
}