-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.31 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@jashkasoft/rx-jstore",
"version": "0.0.8",
"description": "JashkaStore - simple, flexible, reactive store",
"main": "bundle.js",
"types": "index.d.ts",
"scripts": {
"serve": "node ./node_modules/.bin/cross-env NODE_ENV=development node ./node_modules/.bin/webpack-serve ./webpack.config.js",
"build": "node ./node_modules/.bin/cross-env NODE_ENV=production node ./node_modules/.bin/webpack --mode production",
"publish": "./create-bundle.sh && npm publish ./bundle --access public",
"lib": "yarn run build && npm pack ./bundle/"
},
"keywords": [
"store",
"jashkasoft",
"rxjs",
"reactive store"
],
"author": {
"name": "JashkaSoft",
"email": "[email protected]",
"url": "https://github.com/Insidexa"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Insidexa/jstore"
},
"homepage": "https://github.com/Insidexa/jstore",
"dependencies": {
"rxjs": "^6.2.2"
},
"devDependencies": {
"@types/node": "7.0.0",
"cross-env": "^5.1.1",
"html-webpack-plugin": "^3.2.0",
"source-map-loader": "^0.1.6",
"ts-loader": "^4.4.2",
"tslint": "5.9.1",
"tslint-loader": "3.6.0",
"typescript": "^2.9.2",
"webpack": "^4.16.1",
"webpack-cli": "^2.0.14",
"webpack-serve": "^2.0.2"
}
}