@open-kappa/myjson
Version:
A simple JSON management library.
53 lines (52 loc) • 1.67 kB
JSON
{
"name": "@open-kappa/myjson",
"version": "0.2.1",
"description": "A simple JSON management library.",
"main": "dist/myjson/index.js",
"scripts": {
"build": "npm run build-fast && ./scripts/copy_files.sh",
"build-fast": "tsc",
"doc": "./doc/make_doc.sh",
"lint": "./node_modules/.bin/eslint src --ext ts",
"prepublishOnly": "./scripts/prepublish.sh",
"test": "mocha --reporter scripts/mocha-reporter.js --require source-map-support/register \"dist/tests/**/*_spec.js\"",
"update-packages": "./scripts/update_packages.sh"
},
"dependencies": {
"strip-json-comments": "^3.1.1"
},
"devDependencies": {
"@open-kappa/mytest": "^1.5.1",
"@types/node": "^15.12.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"docdash": "^1.2.0",
"eslint": "^7.27.0",
"jsdoc": "^3.6.7",
"should": "^13.2.3",
"source-map-support": "^0.5.19",
"stacktrace-parser": "^0.1.10",
"typedoc": "^0.20.36",
"typedoc-plugin-pages-fork": "^0.0.1",
"typescript": "^4.2.4"
},
"keywords": [
"myjson",
"json",
"jsonc"
],
"author": "Francesco Stefanni",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://gitlab.com:open-kappa/nodejs/myjson.git"
},
"bugs": {
"url": "https://gitlab.com/open-kappa/nodejs/myjson/issues"
},
"homepage": "https://open-kappa.gitlab.io/nodejs/myjson",
"private": false,
"publishConfig": {
"access": "public"
}
}