mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
a9940f9855
all ui frontend code is now in typescript. we no longer need jshint, and we build the frontend code during "make build". this also changes tlsrpt types for a Report, not encoding field names with dashes, but to keep them valid identifiers in javascript. this makes it more conveniently to work with in the frontend, and works around a sherpats limitation.
25 lines
589 B
JSON
25 lines
589 B
JSON
{
|
|
"name": "mox",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"devDependencies": {
|
|
"typescript": "5.1.6"
|
|
}
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "5.1.6",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
|
|
"integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
|
|
"dev": true,
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
}
|
|
}
|
|
}
|