mirror of
				https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
				synced 2025-10-31 17:21:09 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			689 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			689 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "sub-store-backend",
 | |
|   "version": "0.0.1",
 | |
|   "description": "Advanced Subscription Manager for QX, Loon, and Surge.",
 | |
|   "main": "sub-store.js",
 | |
|   "scripts": {
 | |
|     "test": "echo \"Error: no test specified\" && exit 1",
 | |
|     "serve": "node sub-store.js",
 | |
|     "build": " curl -X POST -s --data-urlencode 'input@sub-store.js' https://javascript-minifier.com/raw > sub-store.min.js && printf \"// UPDATED AT: $(date) \\n\" | cat - sub-store.min.js > temp && mv temp sub-store.min.js"
 | |
|   },
 | |
|   "author": "",
 | |
|   "license": "GPL",
 | |
|   "dependencies": {
 | |
|     "body-parser": "^1.19.0",
 | |
|     "express": "^4.17.1",
 | |
|     "request": "^2.88.2"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "axios": "^0.20.0"
 | |
|   }
 | |
| }
 | 
