UNPKG

@wuapi/essential

Version:
33 lines (32 loc) 797 B
{ "name": "@wuapi/essential", "version": "1.0.7", "description": "Essential definition of WU-API", "main": "lib/index.js", "scripts": { "build": "tsc && tsc -p tsconfig.esm.json", "clean": "rm -rf lib esm", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/WuYuntaoTheGreat/wuapi-essential.git" }, "keywords": [ "WU", "API", "Essential" ], "author": "Wu Yuntao <wuyuntao@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/WuYuntaoTheGreat/wuapi-essential/issues" }, "homepage": "https://github.com/WuYuntaoTheGreat/wuapi-essential#readme", "publishConfig": { "access": "public" }, "devDependencies": { "typescript": "^4.9.5" } }