20 lines
471 B
JSON
20 lines
471 B
JSON
{
|
|
"name": "@cherry-studio/artifacts",
|
|
"version": "0.1.0",
|
|
"description": "Cherry Studio Artifacts",
|
|
"main": "index.js",
|
|
"homepage": "https://github.com/kangfenmao/cherry-studio/blob/main/npm/artifacts",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"artifacts"
|
|
],
|
|
"author": "kangfenmao",
|
|
"license": "ISC"
|
|
}
|