generated from Zyrenth/ts-app-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.28 KB
/
package.json
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
44
45
46
47
48
49
50
51
52
{
"main": "index.js",
"type": "module",
"types": "dist/index.d.ts",
"scripts": {
"build": "node scripts/build.js",
"start": "node dist/index.js"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0"
},
"name": "purai.js",
"description": "NPM package for PurAI API",
"version": "1.0.0-beta.2",
"keywords": [
"pur",
"ai",
"gpt",
"artificial",
"intelligence",
"api",
"wrapper",
"typescript",
"npm",
"package",
"npm",
"javascript",
"ts",
"js"
],
"author": "Tolgchu",
"license": "CC-BY-NC-ND-4.0",
"repository": {
"type": "git",
"url": "https://github.com/Pur-Labs/purai.js.git"
},
"homepage": "https://github.com/Pur-Labs/purai.js#readme",
"bugs": {
"url": "https://github.com/Pur-Labs/purai.js/issues"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/Tolga1452"
}
]
}