UNPKG

1.38 kBJSONView Raw
1{
2 "name": "sttore",
3 "version": "1.0.0",
4 "description": "State manager",
5 "main": "lib/index.js",
6 "types": "./types/index.d.ts",
7 "bugs": "https://github.com/Bitzone-lab/sttore/issues",
8 "repository": "https://github.com/Bitzone-lab/sttore",
9 "homepage": "https://github.com/Bitzone-lab",
10 "scripts": {
11 "test": "jest",
12 "test:watch": "jest --watch",
13 "tsc": "tsc",
14 "lint": "eslint . --ext .ts",
15 "types": "tsc --d --declarationDir ./types",
16 "pub": "npm run lint && npm run test && npm run types && npm run tsc && npm publish"
17 },
18 "keywords": [
19 "typescript",
20 "javascript",
21 "states",
22 "store",
23 "storage",
24 "initial"
25 ],
26 "author": "Erick <ertriilive@gmail.com> (https://github.com/ertrii)",
27 "license": "MIT",
28 "devDependencies": {
29 "@babel/cli": "^7.12.10",
30 "@babel/core": "^7.12.10",
31 "@babel/preset-env": "^7.12.11",
32 "@babel/preset-typescript": "^7.12.7",
33 "@types/jest": "^26.0.19",
34 "@types/node": "^14.14.16",
35 "@typescript-eslint/eslint-plugin": "^4.14.0",
36 "@typescript-eslint/parser": "^4.14.0",
37 "eslint": "^7.18.0",
38 "eslint-config-prettier": "^6.15.0",
39 "eslint-plugin-prettier": "^3.3.0",
40 "jest": "^26.6.3",
41 "prettier": "^2.2.1",
42 "ts-jest": "^26.4.4",
43 "tslint": "^6.1.3",
44 "typescript": "^4.1.3"
45 }
46}