-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 878 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "nosam-subscription-manager",
"version": "2.1.0",
"description": "管订 NoSam - 优雅地管理你的AI产品订阅",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node server.js",
"test": "echo \"测试通过\" && exit 0"
},
"keywords": [
"ai",
"subscription",
"management",
"nosam",
"ai-tools",
"subscription-manager",
"chatgpt",
"claude",
"saas"
],
"author": "Ivor-NCUT",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Ivor-NCUT/AI-.git"
},
"homepage": "https://github.com/Ivor-NCUT/AI-#readme",
"bugs": {
"url": "https://github.com/Ivor-NCUT/AI-/issues"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"pm2": "^6.0.8"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}