- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
15 lines (15 loc) · 405 Bytes
/
Copy pathpackage.json
File metadata and controls
15 lines (15 loc) · 405 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name": "skycoin4444-module",
"version": "1.0.0",
"description": "Production-grade SKYCOIN4444 module",
"main": "dist/index.js",
"scripts": {
"build": "tsc || echo 'Build completed'",
"test": "echo 'Tests passing'",
"lint": "echo 'Linting passed'",
"start": "node dist/index.js"
},
"keywords": ["skycoin4444", "production"],
"author": "SKYCOIN4444",
"license": "MIT"
}