@almela/obx
Version:
Fast & Lightweight Object Manipulation Library for Javascript
43 lines (42 loc) • 1.21 kB
JSON
{
"name": "@almela/obx",
"version": "0.0.6",
"description": "Fast & Lightweight Object Manipulation Library for Javascript",
"main": "build/index.js",
"scripts": {
"start": "node build/index.js",
"watch": "babel src --watch --out-dir build --source-maps",
"build": "babel src --out-dir build --source-maps",
"doc-gen": "jsdoc2md --partial docs/partials/*.hbs --param-list-format list --global-index-format grouped --helper docs/*.js --template docs/README.hbs --files src/index.js > README.md",
"doc-json": "jsdoc2md --json src/index.js > docs/doc.json",
"test": "jest --verbose",
"test-watch": "jest --watch"
},
"keywords": [
"Javascript",
"JS",
"Object",
"Library"
],
"author": "Gaetan Almela",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.12.5"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"build/**/*",
"docs/img/logo.png"
],
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-jest": "^27.4.6",
"jest": "^27.4.7",
"jsdoc-to-markdown": "^7.1.1"
}
}