UNPKG

nornj

Version:

A powerful template engine that can works with React, JSX enhancement or alternative tools.

58 lines (57 loc) 2.12 kB
{ "name": "nornj", "version": "5.3.5", "description": "A powerful template engine that can works with React, JSX enhancement or alternative tools.", "main": "index.js", "module": "dist/nornj.runtime.esm.js", "unpkg": "dist/nornj.js", "jsdelivr": "dist/nornj.js", "files": [ "dist/", "lib/", "es/", "src/", "tools/", "types/", "index.d.ts", "CHANGELOG.md", "LICENSE", "README.md" ], "scripts": { "cjs": "cross-env NODE_ENV=cjs rollup -c -o dist/nornj.common.js", "esm": "cross-env NODE_ENV=es rollup -c -o dist/nornj.esm.js", "umd": "cross-env NODE_ENV=development rollup -c -o dist/nornj.js", "min": "cross-env NODE_ENV=production rollup -c -o dist/nornj.min.js", "runtime-cjs": "cross-env TYPE=runtime NODE_ENV=cjs rollup -c -o dist/nornj.runtime.common.js", "runtime-esm": "cross-env TYPE=runtime NODE_ENV=es rollup -c -o dist/nornj.runtime.esm.js", "runtime-umd": "cross-env TYPE=runtime NODE_ENV=development rollup -c -o dist/nornj.runtime.js", "runtime-min": "cross-env TYPE=runtime NODE_ENV=production rollup -c -o dist/nornj.runtime.min.js", "lib": "babel src --out-dir lib --extensions \".js,.jsx,.ts,.tsx\" --config-file \"../../.babelrc\"", "es": "babel src --out-dir es --extensions \".js,.jsx,.ts,.tsx\" --config-file \"../../esm.babelrc\"", "dts": "cross-env TYPE=dts NODE_ENV=es rollup -c -o types/nornj.d.ts", "build": "yarn run cjs && yarn run esm && yarn run umd && yarn run min && yarn run runtime-cjs && yarn run runtime-esm && yarn run runtime-umd && yarn run runtime-min && yarn run lib && yarn run es && yarn run dts" }, "keywords": [ "nornj", "nj", "template", "react", "jsx", "babel" ], "repository": { "type": "git", "url": "https://github.com/joe-sky/nornj.git" }, "bugs": { "url": "https://github.com/joe-sky/nornj/issues" }, "author": "Joe_Sky <hitomi_doax@sina.com>", "license": "MIT", "devDependencies": { "handlebars": "^4.0.5", "moment": "^2.20.1" }, "gitHead": "0249d4a4b8d2006e510fb8e94ae68406526ed2b1" }