feat : 加入package.json
parents
Showing
package.json
0 → 100644
| { | ||
| "name": "@core/componet", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "http://gitlab.essenptl.com/core/componet.git" | ||
| }, | ||
| "author": "", | ||
| "license": "ISC" | ||
| } |
Please register or sign in to comment