create-iles
Advanced tools
Comparing version 0.1.2 to 0.2.0
103
package.json
{ | ||
"name": "create-iles", | ||
"version": "0.1.2", | ||
"description": "An easy way to start an îles project", | ||
"type": "module", | ||
"bin": { | ||
"create-iles": "outfile.cjs" | ||
}, | ||
"files": [ | ||
"outfile.cjs", | ||
"template" | ||
], | ||
"engines": { | ||
"node": "^14.0.0 || >= 16.0.0" | ||
}, | ||
"scripts": { | ||
"prepare": "husky install", | ||
"format": "prettier --write .", | ||
"build": "esbuild --bundle index.js --format=cjs --platform=node --outfile=outfile.cjs", | ||
"snapshot": "node snapshot.js", | ||
"pretest": "run-s build snapshot", | ||
"test": "node test.js", | ||
"prepublishOnly": "run-s build snapshot" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ElMassimo/create-iles.git" | ||
}, | ||
"keywords": [], | ||
"authors": [ | ||
"Haoqun Jiang <haoqunjiang+npm@gmail.com>", | ||
"Máximo Mussini <maximomussini@gmail.com>" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ElMassimo/create-iles/issues" | ||
}, | ||
"homepage": "https://github.com/ElMassimo/create-iles#readme", | ||
"devDependencies": { | ||
"esbuild": "^0.12.29", | ||
"husky": "^7.0.2", | ||
"kolorist": "^1.5.0", | ||
"lint-staged": "^11.2.0", | ||
"minimist": "^1.2.5", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.4.1", | ||
"prompts": "^2.4.1" | ||
}, | ||
"lint-staged": { | ||
"*.{js,ts,vue,json}": [ | ||
"prettier --write" | ||
] | ||
} | ||
"name": "create-iles", | ||
"version": "0.2.0", | ||
"description": "An easy way to start an îles project", | ||
"type": "module", | ||
"bin": { | ||
"create-iles": "outfile.cjs" | ||
}, | ||
"files": [ | ||
"outfile.cjs", | ||
"template" | ||
], | ||
"engines": { | ||
"node": "^14.0.0 || >= 16.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ElMassimo/create-iles.git" | ||
}, | ||
"keywords": [], | ||
"authors": [ | ||
"Haoqun Jiang <haoqunjiang+npm@gmail.com>", | ||
"Máximo Mussini <maximomussini@gmail.com>" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ElMassimo/create-iles/issues" | ||
}, | ||
"homepage": "https://github.com/ElMassimo/create-iles#readme", | ||
"devDependencies": { | ||
"esbuild": "^0.12.29", | ||
"husky": "^7.0.2", | ||
"kolorist": "^1.5.0", | ||
"lint-staged": "^11.2.0", | ||
"minimist": "^1.2.5", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.4.1", | ||
"prompts": "^2.4.1" | ||
}, | ||
"lint-staged": { | ||
"*.{js,ts,vue,json}": [ | ||
"prettier --write" | ||
] | ||
}, | ||
"scripts": { | ||
"format": "prettier --write .", | ||
"build": "esbuild --bundle index.js --format=cjs --platform=node --outfile=outfile.cjs", | ||
"snapshot": "node snapshot.js", | ||
"pretest": "run-s build snapshot", | ||
"test": "node test.js", | ||
"release": "npx bumpp --commit --tag --push && pnpm publish --tag next" | ||
} | ||
} |
@@ -8,5 +8,5 @@ { | ||
"devDependencies": { | ||
"iles": "^0.1.1", | ||
"iles": "^0.2.1", | ||
"vite": "^2.6.3" | ||
} | ||
} |
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
218038