remove dependencies and tsc script

This commit is contained in:
lucaspalomodevelop 2022-10-29 19:14:38 +02:00
parent f4636b3946
commit 4fd34232a2
2 changed files with 876 additions and 3294 deletions

View File

@ -14,8 +14,7 @@
],
"scripts": {
"test": "mocha ./test/test.test.js",
"publish": "npm publish --access publish",
"compile": "tsc"
"publish": "npm publish --access publish"
},
"repository": {
"type": "git",
@ -41,12 +40,6 @@
"devDependencies": {
"assert": "^2.0.0",
"chai": "^4.3.4",
"express": "^4.17.1",
"gulp": "^4.0.2",
"gulp-minify": "^3.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"mocha": "^8.4.0",
"typescript": "^4.5.4",
"urldecode": "^1.0.1"
"mocha": "^8.4.0"
}
}

4159
yarn.lock

File diff suppressed because it is too large Load Diff