-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 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
{
"name": "idem",
"private": true,
"version": "0.0.1",
"description": "Client browser fingerprinting mechanism",
"main": "index.js",
"scripts": {
"test": "lerna run test --concurrency 1 --stream",
"test:coverage": "lerna run test:coverage --concurrency 1 --stream",
"build": "lerna run build",
"lint": "lerna run lint",
"bootstrap": "lerna bootstrap",
"postinstall": "npm run bootstrap",
"prepush": "lerna run prepush --concurrency 1 --stream",
"precommit": "lerna run precommit --concurrency 1 --stream"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pouk/idem.git"
},
"keywords": [
"browser",
"fingerprint",
"identification"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pouk/idem/issues"
},
"homepage": "https://github.com/pouk/idem#readme",
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"ava": "^2.4.0",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^6.5.1",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"get-port": "^5.0.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.0.8",
"lerna": "^3.17.0",
"lint-staged": "^9.4.2",
"nyc": "^14.1.1",
"puppeteer": "^1.20.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
}
}