wcarl
Version:
wcarl test
20 lines (19 loc) • 420 B
JSON
{
"name": "wcarl",
"version": "0.0.3",
"description": "wcarl test",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/Warriorcarl",
"repository": {
"type": "git",
"url": "https://github.com/Warriorcarl/wcarl"
},
"scripts": {
"build": "tsup"
},
"keywords": ["wcarl"],
"author": "warriorcarl",
"license": "MIT"
}