mirror of
https://github.com/flynx/serialize.js.git
synced 2026-08-25 17:26:42 +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",
|
"version": "1.0.0",
|
||||||
"description": "experimental extended json serializaion...",
|
"description": "experimental extended json serializaion...",
|
||||||
"main": "serialize.js",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/flynx/serialize.js"
|
"url": "git+https://github.com/flynx/serialize.js"
|
||||||
@ -18,6 +23,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/flynx/serialize.js#readme",
|
"homepage": "https://github.com/flynx/serialize.js#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"c8": "^7.4.0",
|
||||||
"ig-test": "^1.6.*"
|
"ig-test": "^1.6.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user