UNPKG

myz-npm-test1

Version:

测试开发一个基础的npm包

16 lines (15 loc) 289 B
{ "name": "myz-npm-test1", "version": "1.0.5", "description": "测试开发一个基础的npm包", "main": "a.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "myz", "npm-test1" ], "author": "myz", "license": "ISC" }