-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "@riboseinc/isogit-lfs",
"version": "0.2.0",
"description": "LFS helpers for Isomorphic Git",
"main": "index.js",
"repository": "[email protected]:riboseinc/isogit-lfs.git",
"scripts": {
"build": "rm -r compiled/* dist/*; mkdir compiled dist && tsc --outDir compiled && babel compiled --out-dir dist && cp README.adoc package.json dist/ && rsync -a --include '*/' --include '*.d.ts' --include '*.js.map' --exclude '*' compiled/ dist/"
},
"files": [
"README.adoc",
"*.js",
"*.js.map",
"*.d.ts",
"*/**/*.js",
"*/**/*.js.map",
"*/**/*.d.ts"
],
"author": {
"name": "Ribose Inc.",
"email": "[email protected]"
},
"peerDependencies": {
"@aws-crypto/sha256-universal": "^2.0.0",
"isomorphic-git": "^1.7.8"
},
"devDependencies": {
"@aws-crypto/sha256-universal": "^2.0.0",
"@babel/cli": "^7.1.5",
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"isomorphic-git": "^1.7.8",
"typescript": "~4.6.0"
},
"license": "MIT"
}