🔧 build
This commit is contained in:
parent
641f817fde
commit
81bfb4dbd2
BIN
package-lock.json
generated
BIN
package-lock.json
generated
Binary file not shown.
10
package.json
10
package.json
@ -2,9 +2,11 @@
|
||||
"name": "discord-server-util",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "tsc -b ."
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,6 +24,8 @@
|
||||
"lambert-db": "^1.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jsonwebtoken": "^8.5.0"
|
||||
"@types/jsonwebtoken": "^8.5.0",
|
||||
"@types/node": "^14.14.25",
|
||||
"typescript": "^4.1.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user