25 lines
456 B
JSON
25 lines
456 B
JSON
|
|
{
|
||
|
|
"name": "wwjcloud",
|
||
|
|
"version": "1.0.2",
|
||
|
|
"description": "WWJCloud framework assets and icons",
|
||
|
|
"main": "index.js",
|
||
|
|
"files": [
|
||
|
|
"source/**/*"
|
||
|
|
],
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://gitee.com/wanwujie/wwjcloud-nsetjs.git"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"wwjcloud",
|
||
|
|
"nestjs",
|
||
|
|
"icons",
|
||
|
|
"assets"
|
||
|
|
],
|
||
|
|
"author": "wanwujie",
|
||
|
|
"license": "MIT",
|
||
|
|
"publishConfig": {
|
||
|
|
"registry": "https://registry.npmjs.org/"
|
||
|
|
}
|
||
|
|
}
|