@sunney/create-ts-app
Advanced tools
Comparing version 2.0.11 to 2.0.12
{ | ||
"name": "@sunney/create-ts-app", | ||
"version": "2.0.11", | ||
"version": "2.0.12", | ||
"description": "Create a TypeScript app with a single command", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
{ | ||
"name": "project-name", | ||
"version": "0.0.1", | ||
"description": "Project description", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"exports": "./dist/index.js", | ||
"scripts": { | ||
"dev": "tsup src/index.ts --watch --minify --sourcemap --format esm --onSuccess=\"node dist/index.mjs\"", | ||
"build": "tsup src/index.ts --minify --format cjs,esm --dts-resolve", | ||
"prepublishOnly": "pnpm run build" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "^18.11.9", | ||
"tsup": "6.5.0", | ||
"typescript": "4.9.3" | ||
} | ||
"name": "project-name", | ||
"version": "0.0.1", | ||
"description": "Project description", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"exports": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs" | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"dev": "tsup src/index.ts --watch --minify --sourcemap --format esm --onSuccess=\"node dist/index.mjs\"", | ||
"build": "tsup src/index.ts --minify --format cjs,esm --dts-resolve", | ||
"prepublishOnly": "pnpm run build" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "^18.16.3", | ||
"tsup": "6.7.0", | ||
"typescript": "5.0.4" | ||
} | ||
} |
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
6258
8
26
3
3