serialize.js/package.json
Alex A. Naanou 71d28aabc9 added .toVanilla(..) func...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2026-06-11 17:09:27 +03:00

30 lines
731 B
JSON

{
"name": "ig-serialize",
"version": "1.3.4",
"description": "experimental extended json serializaion...",
"main": "serialize.js",
"scripts": {
"test": "c8 node ./test.js -m 2",
"cover": "c8 -r text -r lcov node ./test.js -m 2",
"prepublishOnly": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flynx/serialize.js.git"
},
"keywords": [
"JSON",
"serialization"
],
"author": "Alex A. Naanou <alex.nanou@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/flynx/serialize.js/issues"
},
"homepage": "https://github.com/flynx/serialize.js#readme",
"devDependencies": {
"c8": "^7.4.0",
"ig-test": "^1.6.*"
}
}