25 lines
572 B
JSON
25 lines
572 B
JSON
{
|
|
"name": "otg-pwa",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "eslint ./src/**/.ts",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"author": "Savanni D'Gerinel <savanni@luminescent-dreams.com>",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^7.10.0",
|
|
"@typescript-eslint/parser": "^7.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.12",
|
|
"http-server": "^14.1.1",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.3"
|
|
}
|
|
}
|