-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.1 KB
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
{
"name": "rxgitcid",
"version": "0.0.4",
"description": "Get the commit `ID` of the last commit of git.",
"main": "dist/rxgitcid.js",
"scripts": {
"build": "npm run clear && npm run lib && npm run cp",
"clear": "node build/rm-dist",
"lib": "rollup -c build/rollup.config.js",
"cp": "node build/rp-ts",
"test": "node demo/test"
},
"unpkg": "dist/rxgitcid.js",
"jsdelivr": "dist/rxgitcid.js",
"author": "srxboys",
"repository": {
"type": "git",
"url": "https://github.com/cheere/rxgitcid.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/cheere/rxgitcid/issues"
},
"keywords": [
"git",
"commitid",
"node"
],
"homepage": "https://github.com/cheere/rxgitcid#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"rollup": "^2.56.3",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^7.0.2",
"rxfile-write": "^0.0.8"
}
}