|
@@ -6,7 +6,7 @@
|
|
"main": "./src/BetterYTM.user.ts",
|
|
"main": "./src/BetterYTM.user.ts",
|
|
"type": "module",
|
|
"type": "module",
|
|
"scripts": {
|
|
"scripts": {
|
|
- "test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
|
|
+ "test": "ts-node --esm ./test.ts",
|
|
"build": "webpack",
|
|
"build": "webpack",
|
|
"post-build": "ts-node --esm ./src/tools/post-build.ts",
|
|
"post-build": "ts-node --esm ./src/tools/post-build.ts",
|
|
"serve": "http-server -s -c 5 -p 8710 .",
|
|
"serve": "http-server -s -c 5 -p 8710 .",
|
|
@@ -19,8 +19,7 @@
|
|
},
|
|
},
|
|
"author": {
|
|
"author": {
|
|
"name": "Sv443",
|
|
"name": "Sv443",
|
|
- "url": "https://github.com/Sv443",
|
|
|
|
- "email": "[email protected]"
|
|
|
|
|
|
+ "url": "https://github.com/Sv443"
|
|
},
|
|
},
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"bugs": {
|