UNPKG

1.25 kBJSONView Raw
1{
2 "name": "@sebastianspeitel/proxystore",
3 "version": "1.1.1",
4 "description": "Persistent object storage using proxies",
5 "main": "dist/index.js",
6 "scripts": {
7 "mocha": "node_modules/mocha/bin/mocha -r ts-node/register test/**.ts",
8 "test": "node_modules/nyc/bin/nyc.js npm run mocha",
9 "coverage:html": "node_modules/nyc/bin/nyc.js --reporter=html npm run mocha",
10 "build": "node_modules/rollup/dist/bin/rollup -c",
11 "prepublishOnly": "npm run build"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/SebastianSpeitel/proxystore.git"
16 },
17 "keywords": [
18 "proxy",
19 "store",
20 "persistent",
21 "db",
22 "database"
23 ],
24 "author": "Sebastian Speitel",
25 "license": "SEE LICENSE IN LICENSE",
26 "bugs": {
27 "url": "https://github.com/SebastianSpeitel/proxystore/issues"
28 },
29 "homepage": "https://github.com/SebastianSpeitel/proxystore#readme",
30 "devDependencies": {
31 "@types/chai": "^4.2.9",
32 "@types/mocha": "^7.0.1",
33 "chai": "^4.2.0",
34 "mocha": "^7.1.0",
35 "nyc": "^15.0.0",
36 "rollup": "^1.31.1",
37 "rollup-plugin-typescript2": "^0.26.0",
38 "ts-node": "^8.6.2",
39 "tslib": "^1.11.0",
40 "typescript": "^3.8.2"
41 },
42 "files": [
43 "dist",
44 "LICENSE"
45 ]
46}