create-framer-plugin
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "create-framer-plugin", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Create Framer Plugins with one command", | ||
"main": "dist/index.js", | ||
"bin": "dist/index.js", | ||
"main": "index.js", | ||
"bin": "index.js", | ||
"type": "module", | ||
@@ -17,3 +17,4 @@ "repository": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "esbuild index.js --bundle --outfile=dist/index.js --format=esm --platform=node --target=node18" | ||
"build": "parcel build index.js", | ||
"build-esbuild": "esbuild index.js --bundle --outfile=dist/index.js --format=esm --platform=node --target=node18" | ||
}, | ||
@@ -35,3 +36,10 @@ "keywords": [], | ||
}, | ||
"packageManager": "yarn@4.1.1" | ||
"packageManager": "yarn@4.1.1", | ||
"targets": { | ||
"context": "node", | ||
"outputFormat": "esmodule", | ||
"default": { | ||
"distDir": "./dist" | ||
} | ||
} | ||
} |
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
486952
4
15582
32