-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 936 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
37
38
{
"name": "@octo-utils/inkly",
"version": "0.1.0-alpha.4",
"description": "",
"main": "lib/inkly.js",
"module": "es/inkly.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp",
"prepublish": "gulp build:lib"
},
"author": "tommyZZM",
"license": "MulanPSL-1.0",
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com"
},
"dependencies": {
"esm": "^3.2.25",
"ink": "^2.5.0",
"react": "^16.10.2"
},
"files": [
"lib/**/*.js",
"es/**/*.js",
"test/**/*"
],
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"delay": "^4.3.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0"
}
}