27 lines
647 B
JSON
27 lines
647 B
JSON
{
|
|
"name": "@ccms/qrcode",
|
|
"version": "0.28.0-beta.9",
|
|
"description": "MiaoScript qrcode package",
|
|
"keywords": [
|
|
"miaoscript",
|
|
"minecraft",
|
|
"bukkit",
|
|
"sponge"
|
|
],
|
|
"author": "MiaoWoo <admin@yumc.pw>",
|
|
"homepage": "https://github.com/circlecloud/ms.git",
|
|
"license": "ISC",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist/**/*.js",
|
|
"dist/**/*.ts",
|
|
"dist/**/*.map"
|
|
],
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"watch": "tsc --watch",
|
|
"build": "pnpm clean && tsc",
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
}
|
|
}
|