UNPKG

rollup-plugin-dot

Version:
52 lines (51 loc) 1.25 kB
{ "name": "rollup-plugin-dot", "version": "1.1.0", "description": "rollup plugin to compile doT files", "main": "index.js", "module": "es/rollup-plugin-dot.js", "types": "index.d.ts", "files": [ "es", "lib", "index.js", "index.d.ts" ], "scripts": { "build:lib": "tsc --outDir lib --module commonjs", "build:es": "tsc --outDir es --module es6", "build": "run-p build:*", "clean": "rm -rf es lib;", "pretest": "rollup -c test/rollup.config.js", "test": "mocha", "prepare": "run-s clean build test" }, "repository": { "type": "git", "url": "git+https://github.com/nilennoct/rollup-plugin-dot.git" }, "keywords": [ "rollup-plugin", "doT" ], "author": "nilennoct", "license": "MIT", "bugs": { "url": "https://github.com/nilennoct/rollup-plugin-dot/issues" }, "homepage": "https://github.com/nilennoct/rollup-plugin-dot#readme", "dependencies": { "@types/dot": "^1.1.2", "dot": "^1.1.2", "rollup-pluginutils": "^2.3.3" }, "devDependencies": { "@types/mocha": "^5.2.5", "@types/node": "^10.12.18", "mocha": "^2.5.3", "npm-run-all": "^4.1.5", "rollup": "^1.0.2", "ts-node": "^7.0.1", "typescript": "^3.2.2" } }