init
This commit is contained in:
41
package.json
Normal file
41
package.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "vite-plugin-cesium",
|
||||
"version": "1.0.0",
|
||||
"description": "Cesium library plugin for Vite",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc"
|
||||
},
|
||||
"keywords": [
|
||||
"vite",
|
||||
"vite-plugin",
|
||||
"cesium"
|
||||
],
|
||||
"author": "nshen <nshen121@gmail.com>",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nshen/vite-plugin-cesium"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/nshen/vite-plugin-cesium/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"fs-extra": "^9.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node12": "^1.0.7",
|
||||
"@types/fs-extra": "^9.0.8",
|
||||
"@types/node": "^14.14.31",
|
||||
"typescript": "^4.2.2",
|
||||
"vite": "^2.0.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"cesium": "^1.79.0",
|
||||
"vite": "^2.0.4"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user