htmlyer
Version:
31 lines • 815 B
JSON
{
"name": "htmlyer",
"version": "1.1.0",
"description": "htmlyer",
"main": "dist/index.js",
"browser": "browser_dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/iGdea/htmlyer.git"
},
"keywords": [
"htmlEncode",
"jsEncode",
"urlEncode",
"jsonStringify",
"input2html"
],
"author": "Bacra Woo <bacra.woo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/iGdea/htmlyer/issues"
},
"homepage": "https://github.com/iGdea/htmlyer/tree/master/packages/htmlyer",
"scripts": {
"build": "npx tsc && npm run build:babel",
"build:babel": "npx babel dist --out-dir browser_dist",
"watch": "npx --watch",
"watch:all": "npx tsc --watch & npm run build:babel -- --watch"
}
}