UNPKG

s2s

Version:
39 lines (38 loc) 859 B
{ "name": "s2s", "version": "0.20.1", "description": "Source To Source", "license": "MIT", "repository": "https://github.com/akameco/s2s", "author": "akameco <akameco.t@gmail.com> (akameco.github.io)", "engines": { "node": ">=6" }, "bin": { "s2s": "./bin/s2s.js" }, "main": "./lib/index.js", "files": [ "lib", "bin" ], "keywords": [ "s2s" ], "dependencies": { "babel-polyfill": "^6.26.0", "chalk": "^2.4.2", "chokidar": "^2.1.5", "ejs": "^2.5.7", "find-up": "^4.0.0", "key-locker": "^0.2.1", "micromatch": "3.1.10", "normalize-path-sep": "^0.1.1", "prettier": "^1.16.4", "s2s-handler-babel-next": "^1.0.1", "s2s-handler-typescript": "^1.0.1", "s2s-hook-prettier": "^1.0.0", "slash": "^2.0.0" }, "gitHead": "eb5b1fbdb567f6b5a6aa1e71ac7a8e41b7eed770" }