memory-card

v1.1.2
ES6 Map like Async API, with Swagger API Backend Support.
async map swagger openapi key value store

clean

shx rm -fr dist/*

dist

npm-run-all clean build dist:commonjs

build

tsc && tsc -p tsconfig.cjs.json

dist:commonjs

jq -n "{ type: \"commonjs\" }" > dist/cjs/package.json

lint

npm-run-all lint:es lint:ts

lint:ts

tsc --isolatedModules --noEmit

test

npm-run-all lint test:unit

test:unit

cross-env NODE_OPTIONS="--no-warnings --loader=ts-node/esm" tap "src/**/*.spec.ts" "tests/**/*.spec.ts"

test:pack

bash -x scripts/npm-pack-testing.sh

lint:es

eslint --ignore-pattern tests/fixtures/ '{bin,examples,scripts,src,tests}/**/*.ts'
npm i memory-card

Metadata

Downloads

Maintainers