UNPKG

@stencil/utils

Version:

Dev tools to improve cross platform experiences.

28 lines (27 loc) 707 B
{ "name": "@stencil/utils", "version": "0.0.4", "description": "Dev tools to improve cross platform experiences.", "main": "index.js", "bin": { "sd": "./bin/sd" }, "scripts": { "build": "rm -Rf dist && tsc -p . && cp -Rf src/vendor dist ", "test": "echo \"Error: no test specified\" && exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/ionic-team/stencil-dev.git" }, "author": "ionic team", "license": "MIT", "bugs": { "url": "https://github.com/ionic-team/stencil-dev/issues" }, "homepage": "https://github.com/ionic-team/stencil-dev#readme", "devDependencies": { "@types/node": "^8.0.14", "typescript": "^2.4.1" } }