mirror of
https://github.com/flynx/serialize.js.git
synced 2026-07-10 11:10:57 +00:00
better tooling...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f76c1b9af7
commit
836489e68a
@ -3,6 +3,11 @@
|
||||
"version": "1.0.0",
|
||||
"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"
|
||||
@ -18,6 +23,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/flynx/serialize.js#readme",
|
||||
"devDependencies": {
|
||||
"c8": "^7.4.0",
|
||||
"ig-test": "^1.6.*"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user