hopefully fix npm types
This commit is contained in:
parent
019329fd8f
commit
8df7656eee
2 changed files with 194 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ts-osc",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"description": "Fully TypeScript-native OSC Client based on osc-min",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
|
|
@ -9,8 +9,9 @@
|
|||
"compile": "tsc",
|
||||
"watch": "tsc --watch",
|
||||
"docs": "typedoc --out docs ./src/index.ts",
|
||||
"copy": "copyfiles -u 1 -f ./src/**/*.d.ts ./lib",
|
||||
"clean": "rimraf lib",
|
||||
"build": "run-s clean compile docs",
|
||||
"build": "run-s clean compile copy docs",
|
||||
"lint": "eslint ./src --ext .js,.ts",
|
||||
"lint:fix": "npm run lint -- --fix"
|
||||
},
|
||||
|
|
@ -33,6 +34,7 @@
|
|||
"@types/node": "^14.14.22",
|
||||
"@typescript-eslint/eslint-plugin": "^4.14.0",
|
||||
"@typescript-eslint/parser": "^4.14.0",
|
||||
"copyfiles": "^2.4.1",
|
||||
"eslint": "^7.18.0",
|
||||
"eslint-config-prettier": "^7.2.0",
|
||||
"eslint-plugin-prettier": "^3.3.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue