Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hirasaki-npm-test

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hirasaki-npm-test - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

.babelrc

12

package.json
{
"name": "hirasaki-npm-test",
"version": "0.0.3",
"version": "0.0.4",
"description": "my test package",
"main": "index.js",
"main": "dist/index.js",
"bin": {
"hirasaki-npm-test": "bin/hirasaki-npm-test"
"hirasaki-npm-test": "dist/bin.js"
},
"scripts": {
"test:module": "babel-node test/index.js",
"test:bin": "babel-node src/bin.js",
"build:module": "babel src/index.js -o dist/index.js",
"build:bin": "babel src --out-file dist/bin/hirasaki-npm-test",
"build": "babel src --out-dir dist",
"build:test": "node dist/index.js && node dist/bin.js",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -11,0 +17,0 @@ },

# Npm Test Module
## develop
### module
#### test
```
$ npm run test:module
```
## bin
### develop
#### test
```
$ npm run test:bin
```
## build
```
$ npm run build
```
### build test
```
$ npm run build:test
```
## Usage
### index.js
```
var hirasaki_npm_test = require('hirasaki-npm-test')
hirasaki_npm_test()
```
```
$ node index.js
```
## exec bin
```
$ ./node_modules/.bin/hirasaki-npm-test
```
## 参考

@@ -4,0 +45,0 @@ * [npm パッケージを作って公開してみた](http://neos21.hatenablog.com/entry/2017/08/10/080000)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc