-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 842 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
{
"name": "utils-test-one",
"version": "1.0.13",
"description": "test",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
"type": "module",
"files": [
"lib"
],
"scripts": {
"dev": "rollup -w -c",
"build": "rollup -c"
},
"keywords": [],
"author": "MeetYou",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MeetQin/utils-test.git"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@types/node": "^18.15.11",
"node": "^19.8.1",
"rollup": "^3.20.2",
"rollup-plugin-typescript2": "^0.34.1",
"tslib": "^2.5.0",
"typescript": "^5.0.2"
}
}