-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.28 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.28 KB
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
{
"name": "pashmak",
"version": "1.0.2",
"repository": "git@github.com:devbro1/pashmak.git",
"author": "Farzad Meow Khalafi <farzadk@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"build:basic": "yarn workspace neko-context build && yarn workspace neko-router build && yarn workspace neko-helper build && yarn workspace neko-storage build && yarn workspace neko-logger build && yarn workspace neko-sql build && yarn workspace neko-orm build && yarn workspace neko-scheduler build && yarn workspace neko-storage build && yarn workspace neko-storage build && yarn workspace neko-http build",
"build:all": "node scripts/build_all.js",
"test:all": "node scripts/test_all.js",
"prep_for_dev": "node scripts/prep_for.js --dev",
"prep_for_release": "node scripts/prep_for.js",
"publish_to_npm": "node scripts/publish_to_npm.js",
"bump_versions": "node scripts/bump_versions.js",
"bump": "node scripts/bump_versions.js"
},
"workspaces": [
"docs",
"neko-cache",
"neko-config",
"neko-context",
"neko-helper",
"neko-http",
"neko-logger",
"neko-mailer",
"neko-orm",
"neko-queue",
"neko-router",
"neko-scheduler",
"neko-sql",
"neko-storage",
"test-app",
"pashmak"
],
"dependencies": {}
}