@field123/core
Advanced tools
Comparing version 0.0.0 to 0.1.0
{ | ||
"name": "@field123/core", | ||
"version": "0.0.0", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"version": "0.1.0", | ||
"main": "./dist/core.js", | ||
"module": "./dist/core.mjs", | ||
"types": "./dist/core.d.ts", | ||
"sideEffects": false, | ||
@@ -13,4 +13,4 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "tsup src/index.tsx --format esm,cjs --dts --external react", | ||
"dev": "tsup src/index.tsx --format esm,cjs --watch --dts --external react", | ||
"build": "tsup --env.TARGET core", | ||
"dev": "tsup --watch", | ||
"lint": "TIMING=1 eslint src/**/*.ts* --fix", | ||
@@ -21,8 +21,8 @@ "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" | ||
"@field123/tsconfig": "*", | ||
"@types/react": "^17.0.13", | ||
"@types/react-dom": "^17.0.8", | ||
"eslint": "^7.32.0", | ||
"eslint-config-field123": "*", | ||
"@types/react": "^17.0.13", | ||
"@types/react-dom": "^17.0.8", | ||
"react": "^17.0.2", | ||
"tsup": "^5.10.1", | ||
"tsup": "^6.1.3", | ||
"typescript": "^4.5.3" | ||
@@ -29,0 +29,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1863
35