必须有 package.json,否则无法 npm install

This commit is contained in:
陆柯 2021-07-14 11:17:42 +08:00
parent f1b72d758b
commit e140f0ed3f

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "unip.style",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://git.faronear.org/npm/unip.style"
}
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},}