-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.63 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
{
"name": "web-connectors",
"version": "0.0.0",
"description": "",
"private": true,
"keywords": [],
"author": "THEO Technologies NV",
"license": "MIT",
"workspaces": [
"yospace",
"conviva",
"nielsen",
"cmcd",
"comscore",
"adscript",
"gemius"
],
"scripts": {
"changeset:version": "changeset version && node .changeset/post-process.js",
"build": "npm run build --workspaces",
"clean": "npm run clean --workspaces",
"test": "npm run test --workspaces && npm run test:docs",
"prettier": "prettier --check \"*/(src|test)/**/*\"",
"prettier:fix": "prettier --write \"*/(src|test)/**/*\"",
"lint": "eslint \"*/src/**/*.ts\" \"*/test*/**/*.ts\"",
"lint:fix": "npm run lint -- --fix",
"docs": "typedoc --treatWarningsAsErrors",
"test:docs": "npm run docs -- --emit none"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@changesets/types": "^6.0.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/jest": "^29.5.11",
"@types/node": "^20.12.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"http-server": "^14.1.1",
"jest": "^29.7.0",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"rollup": "^4.14.0",
"theoplayer": "^8.3.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typedoc": "^0.25.12",
"typedoc-plugin-external-resolver": "^1.0.3",
"typedoc-plugin-mdn-links": "^3.1.19",
"typescript": "^5.4.3",
"typescript-eslint": "^7.5.0"
}
}