-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "cn-nm",
"version": "0.0.23",
"description": "A tool is that can inner-transformation Number and Chinese",
"main": "dist/cn-nm.cjs.js",
"module": "dist/cn-nm.es.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pub": "npm publish",
"dev": "rollup -c -w",
"build": "rimraf -rf ./dist && rollup --config"
},
"keywords": [
"Chinese",
"Number",
"transformation"
],
"author": {
"name": "2ue",
"email": "[email protected]"
},
"homepage": "https://github.com/2ue/cn-nm",
"repository": {
"type": "git",
"ssh": "[email protected]:2ue/cn-nm.git",
"url": "https://github.com/2ue/cn-nm.git"
},
"bugs": {
"url": "https://github.com/2ue/cn-nm/issues"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"rimraf": "^5.0.5",
"rollup": "^4.14.3",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.6.2"
}
}