@stencil/utils
Version:
Dev tools to improve cross platform experiences.
31 lines (30 loc) • 799 B
JSON
{
"name": "@stencil/utils",
"version": "0.0.5",
"description": "Dev tools to improve cross platform experiences.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"sd": "./bin/sd"
},
"scripts": {
"build": "rm -Rf dist && tsc -p . && cp -Rf src/vendor dist ",
"deploy": "npm run build && np",
"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",
"np": "^3.0.4",
"typescript": "^2.4.1"
}
}