Commit 81a76941 authored by poppydani's avatar poppydani

init

parents
{
"packages": [
"packages/*"
],
"version": "0.0.0"
}
{
"name": "root",
"private": true,
"devDependencies": {
"lerna": "^4.0.0"
}
}
# `test`
> TODO: description
## Usage
```
const test = require('test');
// TODO: DEMONSTRATE API
```
'use strict';
const test = require('..');
describe('test', () => {
it('needs tests');
});
'use strict';
module.exports = test;
function test() {
// TODO
}
{
"name": "test",
"version": "0.0.0",
"description": "test",
"author": "poppydani <245472063@qq.com>",
"homepage": "",
"license": "ISC",
"main": "lib/test.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"registry": "http://npm.dui88.com:80/"
},
"repository": {
"type": "git",
"url": "git@gitlab2.dui88.com:jiangdandan/monorepo2.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment