UNPKG

320 BJSONView Raw
1{
2 "name": "@mishguru/package-example",
3 "version": "1.0.0",
4 "description": "Example project to test out @mishguru/package",
5 "main": "./dist/index.js",
6 "types": "./dist/index.d.ts",
7 "scripts": {
8 "build": "../bin/build",
9 "test": "../bin/test",
10 "lint": "../bin/lint",
11 "tidy": "../bin/tidy"
12 }
13}