UNPKG

711 BJSONView Raw
1{
2 "name": "new-file",
3 "version": "1.1.28",
4 "description": "Simple file templates.",
5 "main": "./lib/index.js",
6 "typings": "./lib/index.d.ts",
7 "bin": {
8 "new": "./lib/bin.js"
9 },
10 "scripts": {
11 "example": "node lib/cli",
12 "clean": "sh ./sh/clean.sh",
13 "test": "sh ./sh/test.sh",
14 "tdd": "yarn run test --reporter min --watch",
15 "lint": "sh ./sh/lint.sh",
16 "build": "sh ./sh/build.sh",
17 "prepare": "yarn run lint && yarn test && yarn run build"
18 },
19 "dependencies": {
20 "command-interface": "4.0.7"
21 },
22 "devDependencies": {
23 "@tdb/test": "1.2.10",
24 "@tdb/typescript": "3.2.5"
25 },
26 "repository": "https://github.com/philcockfield/new-file",
27 "license": "MIT"
28}