create-cesiumjs
Version:
The recommended way to start a Vite-powered CesiumJS project
63 lines (62 loc) • 1.68 kB
JSON
{
"name": "create-cesiumjs",
"version": "1.0.14",
"description": "The recommended way to start a Vite-powered CesiumJS project",
"type": "module",
"packageManager": "pnpm@9.0.5",
"bin": {
"create-cesiumjs": "outfile.cjs"
},
"files": [
"locales",
"outfile.cjs",
"template"
],
"engines": {
"node": ">=v18.3.0"
},
"scripts": {
"prepare": "husky",
"format": "prettier --write .",
"build": "zx ./scripts/build.mjs",
"snapshot": "zx ./scripts/snapshot.mjs",
"pretest": "run-s build snapshot",
"test": "zx ./scripts/test.mjs",
"test:unit": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jvy/create-cesiumjs.git"
},
"keywords": ["create-cesiumjs","cesium","vue","cesiumjs","vue+cesium","vite+cesium"],
"author": "JVY <jvy+jvy@qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jvy/create-cesiumjs/issues"
},
"homepage": "https://github.com/jvy/create-cesiumjs#readme",
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.7",
"@types/prompts": "^2.4.9",
"@vue/create-eslint-config": "^0.3.3",
"@vue/tsconfig": "^0.5.1",
"ejs": "^3.1.10",
"esbuild": "^0.18.20",
"esbuild-plugin-license": "^1.2.2",
"husky": "^9.0.11",
"kolorist": "^1.8.0",
"lint-staged": "^15.2.2",
"npm-run-all2": "^6.1.2",
"prettier": "^3.2.5",
"prompts": "^2.4.2",
"vitest": "^1.5.0",
"zx": "^8.0.2"
},
"lint-staged": {
"*.{js,ts,vue,json}": [
"prettier --write"
]
}
}