{ "name": "new-package-template", "version": "0.0.0", "description": "", "main": "dist/index.js", "module": "esm/index.js", "types": "dist/index.d.ts", "repository": "https://github.com/remorses/", "scripts": { "build": "tsc && tsc -m es6 --outDir esm", "watch": "tsc -w" }, "files": [ "dist", "src", "esm" ], "keywords": [], "author": "Tommaso De Rossi, morse ", "license": "", "devDependencies": {}, "dependencies": {}, "peerDependencies": {} }