-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 912 Bytes
/
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
{
"name": "@jswork/leancloud",
"version": "1.0.7",
"description": "Leancloud api.",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"global.d.ts"
],
"scripts": {
"build": "tsup",
"test": "bun test",
"release": "release-it"
},
"license": "MIT",
"devDependencies": {
"@jswork/next": "^1.2.2",
"@swc/core": "^1.3.101",
"@types/jest": "^29.5.12",
"@types/node": "^18.15.5",
"@jswork/rollup-banner": "^1.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.9.6",
"tslib": "^2.6.2",
"tsup": "^8.0.1",
"typescript": "^4.9.5"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"dependencies": {},
"keywords": [
"get",
"lc",
"leancloud",
"set"
]
}