-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 1.04 KB
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
{
"url": "https://github.com/kohler/peteramati/issues",
"email": "ekohler@gmail.com",
"repository": "github:kohler/peteramati",
"type": "module",
"scripts": {
"//build": "`npm run build` to build scripts/pa.min.js",
"build": "npx webpack",
"//build:highlight": "`npm run build:highlight` to build scripts/highlight.min.js",
"build:highlight": "npx webpack --config webpack.highlight.cjs",
"//test": "`npm run test` to run Javascript tests",
"test": "node --test \"scriptsrc/test/**/*.test.js\"",
"//lint": "`npm run lint` to run ESLint over scriptsrc/",
"lint": "npx eslint scriptsrc"
},
"dependencies": {
"@xterm/xterm": "^5.5.0",
"highlight.js": "^11.11.1",
"markdown-it": "latest",
"markdown-it-attrs": "latest",
"uglify-js": "^3.17",
"webpack": "^5.94.0"
},
"devDependencies": {
"@eslint/js": "^9.11.0",
"eslint": "^9.11.0",
"globals": "^15.9.0",
"webpack-cli": "^5.1.4"
}
}