-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 833 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 833 Bytes
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
{
"name": "root",
"license": "MIT",
"author": "Piwik PRO",
"workspaces": [
"docs",
"src",
"src/helpers",
"src/helpers/minified"
],
"repository": "https://github.com/PiwikPRO/solutions-templates",
"scripts": {
"start": "yarn run build && yarn workspace solutions-templates run start",
"lint": "eslint src/**/*.js",
"test": "jest",
"build": "node ./scripts/build.js"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"eslint": "^7.11.0",
"jest": "^26.6.3",
"jsdoc": "^3.6.6",
"mustache": "^4.0.1",
"terser-loader": "^1.0.1",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.11",
"typescript": "^4.0.3",
"webpack": "^5.76.0",
"webpack-cli": "^4.2.0"
}
}