feat: use files limit package file

master
MiaoWoo 2023-10-19 17:24:52 +08:00
parent 54bea62735
commit 5bf4b1c09e
19 changed files with 59 additions and 1 deletions

View File

@ -12,6 +12,9 @@
"homepage": "https://github.com/circlecloud/ms.git", "homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC", "license": "ISC",
"main": "dist/index.js", "main": "dist/index.js",
"files": [
"dist"
],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"watch": "tsc --watch", "watch": "tsc --watch",

View File

@ -12,6 +12,9 @@
"homepage": "https://github.com/circlecloud/ms.git", "homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC", "license": "ISC",
"main": "dist/index.js", "main": "dist/index.js",
"files": [
"dist"
],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"watch": "tsc --watch", "watch": "tsc --watch",

View File

@ -12,6 +12,9 @@
"homepage": "https://github.com/circlecloud/ms.git", "homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC", "license": "ISC",
"main": "dist/index.js", "main": "dist/index.js",
"files": [
"dist"
],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"watch": "tsc --watch", "watch": "tsc --watch",

View File

@ -12,6 +12,9 @@
"homepage": "https://github.com/circlecloud/ms.git", "homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC", "license": "ISC",
"main": "dist/index.js", "main": "dist/index.js",
"files": [
"dist"
],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"watch": "tsc --watch", "watch": "tsc --watch",

View File

@ -12,6 +12,9 @@
"homepage": "https://github.com/circlecloud/ms.git", "homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC", "license": "ISC",
"main": "dist/index.js", "main": "dist/index.js",
"files": [
"dist"
],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"watch": "tsc --watch", "watch": "tsc --watch",

View File

@ -12,6 +12,9 @@
"homepage": "https://github.com/circlecloud/ms.git", "homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC", "license": "ISC",
"main": "dist/index.js", "main": "dist/index.js",
"files": [
"dist"
],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"watch": "tsc --watch", "watch": "tsc --watch",

View File

@ -12,6 +12,9 @@
"homepage": "https://github.com/circlecloud/ms.git", "homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC", "license": "ISC",
"main": "dist/index.js", "main": "dist/index.js",
"files": [
"dist"
],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"watch": "tsc --watch", "watch": "tsc --watch",

View File

@ -12,6 +12,9 @@
"homepage": "https://github.com/circlecloud/ms.git", "homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC", "license": "ISC",
"main": "dist/index.js", "main": "dist/index.js",
"files": [
"dist"
],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"watch": "tsc --watch", "watch": "tsc --watch",

View File

@ -12,6 +12,10 @@
"homepage": "https://github.com/circlecloud/ms.git", "homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC", "license": "ISC",
"main": "dist/index.js", "main": "dist/index.js",
"files": [
"dist",
"languages"
],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"watch": "tsc --watch", "watch": "tsc --watch",
@ -29,4 +33,4 @@
"js-yaml": "^4.1.0" "js-yaml": "^4.1.0"
}, },
"gitHead": "781524f83e52cad26d7c480513e3c525df867121" "gitHead": "781524f83e52cad26d7c480513e3c525df867121"
} }

View File

@ -4,6 +4,9 @@
"description": "A fast parser for Minecraft's MoLang", "description": "A fast parser for Minecraft's MoLang",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"watch": "tsc --watch", "watch": "tsc --watch",

View File

@ -13,6 +13,9 @@
"license": "ISC", "license": "ISC",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"watch": "tsc --watch", "watch": "tsc --watch",

View File

@ -12,6 +12,9 @@
"homepage": "https://github.com/circlecloud/ms.git", "homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC", "license": "ISC",
"main": "dist/index.js", "main": "dist/index.js",
"files": [
"dist"
],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"watch": "tsc --watch", "watch": "tsc --watch",

View File

@ -12,6 +12,9 @@
"homepage": "https://github.com/circlecloud/ms.git", "homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC", "license": "ISC",
"main": "dist/index.js", "main": "dist/index.js",
"files": [
"dist"
],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"watch": "tsc --watch", "watch": "tsc --watch",

View File

@ -12,6 +12,9 @@
"homepage": "https://github.com/circlecloud/ms.git", "homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC", "license": "ISC",
"main": "dist/index.js", "main": "dist/index.js",
"files": [
"dist"
],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"watch": "tsc --watch", "watch": "tsc --watch",

View File

@ -7,6 +7,9 @@
"license": "ISC", "license": "ISC",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"watch": "tsc --watch", "watch": "tsc --watch",

View File

@ -13,6 +13,9 @@
"license": "ISC", "license": "ISC",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"watch": "tsc --watch", "watch": "tsc --watch",

View File

@ -12,6 +12,9 @@
"homepage": "https://github.com/circlecloud/ms.git", "homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC", "license": "ISC",
"main": "dist/index.js", "main": "dist/index.js",
"files": [
"dist"
],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"watch": "tsc --watch", "watch": "tsc --watch",

View File

@ -12,6 +12,9 @@
"homepage": "https://github.com/circlecloud/ms.git", "homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC", "license": "ISC",
"main": "dist/index.js", "main": "dist/index.js",
"files": [
"dist"
],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"watch": "tsc --watch", "watch": "tsc --watch",

View File

@ -12,6 +12,9 @@
"homepage": "https://github.com/circlecloud/ms.git", "homepage": "https://github.com/circlecloud/ms.git",
"license": "ISC", "license": "ISC",
"main": "dist/index.js", "main": "dist/index.js",
"files": [
"dist"
],
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"watch": "tsc --watch", "watch": "tsc --watch",