-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 995 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 995 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
32
33
34
35
{
"name": "ink-step",
"version": "0.0.3",
"description": "step component for ink inspired by react-router",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build",
"dev": "babel -w src --out-dir dist --ignore __tests__"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeakd/ink-step.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zeakd/ink-step/issues"
},
"homepage": "https://github.com/zeakd/ink-step#readme",
"files": [
"dist"
],
"devDependencies": {
"@babel/cli": "^7.0.0-beta.46",
"@babel/core": "^7.0.0-beta.46",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.46",
"@babel/plugin-transform-react-jsx": "^7.0.0-beta.46",
"@babel/preset-env": "^7.0.0-beta.46",
"cross-env": "^5.1.4",
"ink": "^0.5.0"
},
"dependencies": {}
}