{"name":"@wessberg/rollup-plugin-ts","version":"0.0.2","description":"A Rollup plugin for Typescript","scripts":{"changelog:generate":"conventional-changelog --outfile CHANGELOG.md --release-count 0","readme:badges":"node node_modules/@wessberg/ts-config/readme/badge/helper/add-badges.js","readme:refresh":"npm run changelog:generate && npm run readme:badges","commit:readme":"npm run readme:refresh && git commit -am \"Bumped version\" --no-verify || true","clean:dist":"rm -r -f dist","clean:compiled":"rm -r -f compiled","clean":"npm run clean:dist && npm run clean:compiled","tsc:dist:cjs":"tsc --module commonjs --outDir dist/cjs -p tsconfig.dist.json","tsc:dist:es2015":"tsc --module es2015 --outDir dist/es2015 -p tsconfig.dist.json","tsc:test":"tsc --module commonjs --target es2017 --sourceMap","build:cjs":"npm run tsc:dist:cjs","build:es2015":"npm run tsc:dist:es2015","prebuild":"npm run clean","build":"npm run build:cjs & npm run build:es2015","tslint":"tslint -c tslint.json -p tsconfig.json","validate":"npm run tslint && npm run test","pretest":"npm run clean:compiled && npm run tsc:test","test":"NODE_ENV=TEST echo \"skipping tests...\"","posttest":"npm run clean:compiled","prepublishOnly":"NODE_ENV=production npm run validate && NODE_ENV=production npm run build","precommit":"npm run tslint && exit 0","prepush":"npm run validate && exit 0","publish:major":"npm version major && npm run commit:readme && git push --no-verify && npm publish","publish:minor":"npm version minor && npm run commit:readme && git push --no-verify && npm publish","publish:patch":"npm version patch && npm run commit:readme && git push --no-verify && npm publish"},"keywords":[],"author":{"name":"Frederik Wessberg","email":"frederikwessberg@hotmail.com","url":"https://github.com/wessberg"},"license":"MIT","devDependencies":{"@wessberg/ts-config":"^0.0.26","conventional-changelog-cli":"^1.3.17","husky":"latest","tslint":"^5.9.1","typescript":"^2.7.2"},"dependencies":{"@types/chalk":"^2.2.0","@types/node":"^9.6.1","chalk":"^2.3.2","rollup":"^0.57.1","rollup-pluginutils":"^2.0.1","tslib":"^1.9.0"},"main":"./dist/cjs/index.js","module":"./dist/es2015/index.js","browser":"./dist/es2015/index.js","types":"./dist/es2015/index.d.ts","typings":"./dist/es2015/index.d.ts","es2015":"./dist/es2015/index.js","repository":{"type":"git","url":"git+https://github.com/wessberg/rollup-plugin-ts.git"},"bugs":{"url":"https://github.com/wessberg/rollup-plugin-ts/issues"},"engines":{"node":">=9.0.0"},"gitHead":"df57378b58d66fa4de883c9c0be2f53e45ec5400","homepage":"https://github.com/wessberg/rollup-plugin-ts#readme","_id":"@wessberg/rollup-plugin-ts@0.0.2","_npmVersion":"5.7.1","_nodeVersion":"9.8.0","_npmUser":{"name":"wessberg","email":"frederikwessberg@hotmail.com"},"dist":{"shasum":"bcc7c5bff62b384eb2a93bc6a1fc6bea24574c0f","size":19981,"noattachment":false,"key":"/@wessberg/rollup-plugin-ts/-/@wessberg/rollup-plugin-ts-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@wessberg/rollup-plugin-ts/download/@wessberg/rollup-plugin-ts-0.0.2.tgz"},"maintainers":[{"name":"wessberg","email":"fwe@dlmma.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rollup-plugin-ts_0.0.2_1522362345075_0.7683259801021434"},"_hasShrinkwrap":false,"publish_time":1522362345153,"_cnpm_publish_time":1522362345153,"deprecated":"this package has been renamed to rollup-plugin-ts. Please install rollup-plugin-ts instead","dist-tags":{"latest":"2.0.4"}}