mirror of
https://github.com/DerTyp7/react-teamspeak-remote-app-api.git
synced 2025-10-29 12:52:13 +01:00
change base paths
This commit is contained in:
18
package.json
18
package.json
@@ -2,9 +2,14 @@
|
||||
"name": "react-ts5-remote-app-api",
|
||||
"version": "1.0.0",
|
||||
"description": "React hook/api for the TeamSpeak5 remote app feature",
|
||||
"main": "app.js",
|
||||
"main": "./dist/cjs/index.js",
|
||||
"module": "./dist/esm/index.js",
|
||||
"types": "./dist/esm/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc"
|
||||
"build": "npm run build:esm && npm run build:cjs",
|
||||
"build:esm": "tsc",
|
||||
"build:cjs": "tsc --module commonjs --target esnext --outDir dist/cjs",
|
||||
"prepare": "npm run build"
|
||||
},
|
||||
"keywords": [
|
||||
"TeamSpeak5",
|
||||
@@ -23,6 +28,15 @@
|
||||
"@types/react": "^18.2.15",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"tslib": "^2.6.0",
|
||||
"typescript": "^5.1.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^6.1.0",
|
||||
"@typescript-eslint/parser": "^6.1.0",
|
||||
"eslint": "^8.45.0",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.3",
|
||||
"tsconfig-paths": "^4.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user