json10
Version:
Handle circural references, comments and many more inside JSON
50 lines (49 loc) • 1.61 kB
JSON
{
"name": "json10",
"version": "21.0.10",
"scripts": {
"test": "mocha --require ts-node/register src/**/*.spec.ts",
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch",
"taon init": "taon init",
"taon start": "taon start",
"taon build:lib": "taon build:lib",
"taon build:watch:lib": "taon build:watch:lib",
"taon build:watch:app": "taon build:watch:app",
"taon build:watch:electron": "taon build:watch:electron",
"taon docs": "taon docs",
"taon docs:watch": "taon docs:watch",
"taon clear": "taon clear",
"taon release": "taon release",
"taon release:auto": "taon release:auto",
"taon release:install:locally": "taon release:install:locally",
"taon migration:create": "taon migration:create",
"taon migration:run": "taon migration:run",
"taon migration:revert": "taon migration:revert",
"taon vscode:temp:show": "taon vscode:temp:show",
"taon vscode:temp:hide": "taon vscode:temp:hide"
},
"license": "MIT",
"author": "Dariusz Filipiak",
"private": false,
"homepage": "https://github.com/darekf77/json10#readme",
"bugs": {
"url": "https://github.com/darekf77/json10/issues"
},
"dependencies": {
"lodash-walk-object": "~21.0.0"
},
"description": "Handle circural references, comments and many more inside JSON",
"keywords": [
"ng2-rest",
"docs",
"documentation"
],
"main": "dist/app.electron.js",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/darekf77/json10.git"
},
"bin": {},
"peerDependencies": {}
}