UNPKG

relift-html

Version:

A blazing fast view library that lets you put Javascript Template Literals in HTML

51 lines (50 loc) 1.88 kB
{ "name": "relift-html", "pkgName": "reLift-HTML", "version": "0.10.2", "author": "Mardix", "license": "MIT", "description": "A blazing fast view library that lets you put Javascript Template Literals in HTML", "main": "dist/relift-html.esm.js", "module": "dist/relift-html.esm.js", "scripts": { "size": "gzip-size ./dist/relift-html.esm.js", "check-js": "tsc --allowJs --checkJs --noEmit --target ES6 src/*.js", "publish-docs-0": "cd ./docs && mambo build && cp ./static/CNAME ./.build", "publish-docs": "npm run publish-docs-0 && cd ./docs && gh-pages -d .build", "test": "jest ./test/", "test-0": "jest --verbose ./test/", "bundle-0": "npm run bundle && npm run size", "bundle": "rollup -c ", "commit-publish-tag": "cross-var git commit -am '$npm_package_version' && git tag $npm_package_version && git push && git push --tags", "publish": "cross-var npm run test && npm run bundle && npm run commit-publish-tag && npm publish && npm run size", "test-publish": "cross-var npm run test && npm run bundle && npm run commit-publish-tag && npm run size" }, "jest": { "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.jsx?$" }, "repository": { "type": "git", "url": "git+https://github.com/mardix/relift-html.git" }, "bugs": { "url": "https://github.com/mardix/relift-html/issues" }, "homepage": "https://github.com/mardix/relift-html", "devDependencies": { "@babel/core": "^7.4.3", "@babel/preset-env": "^7.4.3", "babel-plugin-rewire": "^1.2.0", "cross-var": "^1.1.0", "gh-pages": "^2.0.1", "gzip-size-cli": "^3.0.0", "jest": "^24.6.0", "jsdom": "^15.0.0", "mutationobserver-shim": "^0.3.3", "rollup": "^1.8.0", "rollup-plugin-banner": "^0.2.0", "rollup-plugin-terser": "^4.0.4", "typescript": "^3.4.5" }, "dependencies": {} }