package.json准备发布

This commit is contained in:
Xu Chang 2022-08-13 10:28:34 +08:00
parent bd60be61d4
commit 798599dda7
1 changed files with 6 additions and 1 deletions

View File

@ -2,12 +2,17 @@
"name": "oak-external-sdk",
"version": "1.0.0",
"description": "",
"author": {
"name": "XuChang"
},
"main": "src/index",
"files": [
"lib/**/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"author": "XuChang",
"license": "ISC",
"devDependencies": {
"@types/node": "^17.0.31"