mirror of
https://github.com/lucaspalomodevelop/JSSTE.git
synced 2026-03-12 23:17:22 +00:00
remove dependencies and tsc script
This commit is contained in:
parent
f4636b3946
commit
4fd34232a2
11
package.json
11
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user