31 lines
782 B
JSON
31 lines
782 B
JSON
{
|
|
"name": "jibo-cai-persistence",
|
|
"version": "1.0.0",
|
|
"description": "A library for persisting character related state",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/debug/dts/main/Persistence.d.ts",
|
|
"scripts": {
|
|
"build-clean": "rm -rf node_modules; npm cache clear; npm install; gulp clean; gulp debug",
|
|
"test": "gulp debug; gulp test"
|
|
},
|
|
"dependencies": {
|
|
"jibo-cai-singleton": "^3.0.0",
|
|
"supersimplestorage": "0.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"find-root": "^1.0.0",
|
|
"gulp": "^3.9.1",
|
|
"jibo-gulp": "^1.7.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.jibo.com:CharacterAI/jibo-cai-persistence"
|
|
},
|
|
"author": "Siggi Orn <siggi@jibo.com>",
|
|
"license": "ISC",
|
|
"pre-commit": [
|
|
"test"
|
|
]
|
|
}
|