{ "name": "@a-morphous/recital-ext-common-commands", "version": "1.1.2", "description": "", "main": "dist/common-commands-ext.js", "module": "dist/common-commands-est.mjs", "types": "dist/types/index.d.ts", "repository": { "type": "git", "url": "https://github.com/a-morphous/recital" }, "publishConfig": { "registry": "https://npm.pkg.github.com/" }, "scripts": { "start": "node ./esbuild.js", "build": "tsc --module commonjs && node ./esbuild.js", "test": "node_modules/.bin/test test/*.js" }, "author": "Amorphous", "license": "MPL 2.0", "devDependencies": { "@a-morphous/recital": "^1.1.0", "@a-morphous/test": "workspace:^1.0.0", "@types/node": "^14.14.37", "esbuild": "^0.11.8", "glob": "^7.1.6", "typescript": "^4.2.4" }, "peerDependencies": { "@a-morphous/recital": "^1.1.0" }, "dependencies": { "eol": "^0.9.1" } }