@es-labs/node
Version:
Reusable library
27 lines (26 loc) • 732 B
JSON
{
"name": "@es-labs/esm",
"version": "0.0.34",
"description": "Reusable esm code",
"main": "index.js",
"author": "Aaron Gong",
"license": "MIT",
"type": "module",
"scripts": {
"test": "node --test-reporter=spec --experimental-test-coverage --test __tests__/**/*.spec.js",
"cover": "node --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info --test __tests__/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/es-labs/jscommon.git"
},
"bugs": {
"url": "https://github.com/es-labs/jscommon/issues"
},
"homepage": "https://github.com/es-labs/jscommon#readme",
"keywords": [
"javascript",
"esm",
"modules"
]
}