message-tag
Advanced tools
+7
-3
| { | ||
| "name": "message-tag", | ||
| "version": "0.9.1", | ||
| "version": "0.9.2", | ||
| "author": "mkrause", | ||
@@ -42,4 +42,8 @@ "license": "MIT", | ||
| "build:types": "mkdir -p ./dist/types && cp src/message.d.ts ./dist/types", | ||
| "test": "NODE_ENV=test BABEL_ENV=cjs mocha --require @babel/register --recursive tests && npm run build:types && tsd --typings=src/message.d.ts --files=tests/message.test-d.ts && echo '[tsd] success'", | ||
| "prepublishOnly": "npm run build:esm && npm run build:cjs && npm run build:types" | ||
| "build": "npm run build:esm && npm run build:cjs && npm run build:types", | ||
| "test:unit": "NODE_ENV=test BABEL_ENV=cjs mocha --require @babel/register --recursive tests", | ||
| "test:imports": "node tests/import-cjs.cjs && node tests/import-esm.mjs", | ||
| "test:types": "tsc && npm run build:types && tsd --typings=src/message.d.ts --files=tests/message.test-d.ts && echo '[tsd] success'", | ||
| "test": "npm run test:unit && npm run test:imports && npm run test:types", | ||
| "prepublishOnly": "npm run build" | ||
| }, | ||
@@ -46,0 +50,0 @@ "devDependencies": { |
43847
0.53%