persistent-typescript
Version:
An easy way to have persistent data on the browser and on nodejs
45 lines (44 loc) • 1.13 kB
JSON
{
"name": "persistent-typescript",
"version": "1.0.7",
"description": "An easy way to have persistent data on the browser and on nodejs",
"main": "./build/Persistent.js",
"types": "./build/declaration.d.ts",
"scripts": {
"test": "tsc ./test/Storage.spec.ts && mocha ./test/Storage.spec.js",
"compile": "tsc --watch",
"example": "tsc --watch -p ./example/",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JulienTD/Persistent-TypeScript.git"
},
"author": "JulienTD",
"keywords": [
"Persistent",
"Persistentts",
"Persistent-TS",
"Persistent-Typescript",
"Persistant",
"save",
"data",
"config"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/JulienTD/Persistent-TypeScript/issues"
},
"homepage": "https://github.com/JulienTD/Persistent-TypeScript#readme",
"devDependencies": {
"@types/node": "^12.0.10",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"reflect-metadata": "^0.1.13",
"typescript": "^3.5.3"
},
"dependencies": {
"observe": "^1.4.1",
"process": "^0.11.10"
}
}