start migrating to TS, update eslint config

This commit is contained in:
2024-06-27 21:47:16 +02:00
parent 4dc3bb0b43
commit 18cad78969
10 changed files with 1722 additions and 7490 deletions

View File

@@ -34,22 +34,16 @@
"test": "mocha && cypress run --config video=false",
"test:browser": "./node_modules/.bin/cypress run --headed --browser chrome",
"test:node": "mocha",
"cypress": "./node_modules/.bin/cypress open"
"cypress": "./node_modules/.bin/cypress open",
"lint": "eslint ./src && prettier ./src"
},
"devDependencies": {
"@node-minify/core": "^4.0.5",
"@node-minify/uglify-es": "^4.0.5",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cypress": "^12.6.0",
"eslint": "^5.16.0",
"http-server": "^0.11.1",
"microbundle": "^0.15.0",
"mocha": "^6.2.0",
"mustache": "^3.0.1"
"@stylistic/eslint-plugin": "^2.3.0",
"cypress": "^13.12.0",
"eslint": "^8.40.0"
},
"dependencies": {
"@lokesh.dhakar/quantize": "^1.3.0",
"get-pixels": "^3.3.2"
"ndarray-pixels": "^4.1.0"
}
}