chromestorm
Version:
Storage ORM for chrome.storage
34 lines (33 loc) • 736 B
JSON
{
"name": "chromestorm",
"version": "0.0.1",
"description": "Storage ORM for chrome.storage",
"main": "lib/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/otiai10/chromestorm.git"
},
"keywords": [
"chrome",
"storage",
"object-relation-mapper",
"orm"
],
"author": "otiai10",
"license": "MIT",
"bugs": {
"url": "https://github.com/otiai10/chromestorm/issues"
},
"homepage": "https://github.com/otiai10/chromestorm#readme",
"devDependencies": {
"@types/chrome": "^0.0.193",
"@types/jest": "^29.2.4",
"jest": "^27.0.0",
"jest-chrome": "^0.8.0",
"ts-jest": "^27.0.0",
"typescript": "^4.9.4"
}
}