-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 748 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 748 Bytes
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
{
"name": "rxjava-api-core",
"version": "1.1.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"prepublish": "./node_modules/.bin/babel src --out-dir lib"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/apersonw/rxjava-api-core.git"
},
"keywords": [
"api"
],
"author": "happy",
"license": "ISC",
"bugs": {
"url": "https://github.com/apersonw/rxjava-api-core/issues"
},
"homepage": "https://github.com/apersonw/rxjava-api-core#readme",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.6"
},
"dependencies": {
"@babel/polyfill": "^7.4.4"
}
}