{ "name": "to-node-example", "version": "0.0.1", "scripts": { "build": "babel -x .ts --out-file-extension .ts src -d lib", "test": "mocha -r ts-node/register test.ts" }, "devDependencies": { "@babel/cli": "^7.10.4", "@babel/core": "^7.10.4" }, "dependencies": { "babel-plugin-rm-ext-local-import": "^0.0.1" }, "gitHead": "4e1863dd155f92f698d3c6c27385a41ab4835fde" }