wotsui-api
Version:
WotsUI API Classes and Utils
26 lines (25 loc) • 452 B
JSON
{
"name": "wotsui-api",
"version": "0.5.0",
"description": "WotsUI API Classes and Utils",
"main": "index.js",
"types": "dist/index.d.ts",
"files": [
"dist/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [
"WotsUI",
"JS",
"TS",
"Util"
],
"author": "Leonardo Scarfò",
"license": "ISC",
"devDependencies": {
"typescript": "^4.5.4"
}
}