mirror of https://github.com/jkjoy/sunpeiwen.git
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"name": "warehouse",
|
|
"version": "4.0.2",
|
|
"description": "Simple JSON-based database",
|
|
"main": "lib/database",
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"scripts": {
|
|
"eslint": "eslint lib test",
|
|
"test": "mocha \"test/scripts/**/*.js\"",
|
|
"test-cov": "nyc --reporter=lcovonly --reporter=text-summary npm test",
|
|
"jsdoc": "jsdoc --configure .jsdoc.json"
|
|
},
|
|
"repository": "hexojs/warehouse",
|
|
"keywords": [
|
|
"database",
|
|
"json",
|
|
"db"
|
|
],
|
|
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bluebird": "^3.2.2",
|
|
"cuid": "^2.1.4",
|
|
"graceful-fs": "^4.1.3",
|
|
"hexo-log": "^3.0.0",
|
|
"is-plain-object": "^5.0.0",
|
|
"jsonparse": "^1.3.1",
|
|
"rfdc": "^1.1.4",
|
|
"through2": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"chai-as-promised": "^7.1.1",
|
|
"eslint": "^8.1.0",
|
|
"eslint-config-hexo": "^5.0.0",
|
|
"jsdoc": "^3.4.0",
|
|
"lodash": "^4.17.15",
|
|
"minami": "^1.1.1",
|
|
"mocha": "^9.2.0",
|
|
"nyc": "^15.0.0",
|
|
"sinon": "^9.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
}
|