|
1 | 1 | {
|
2 | 2 | "name": "npm-packlist",
|
3 |
| - "version": "3.0.0", |
| 3 | + "version": "4.0.0", |
4 | 4 | "description": "Get a list of the files to add from a folder into an npm package",
|
5 | 5 | "directories": {
|
6 | 6 | "test": "test"
|
7 | 7 | },
|
8 |
| - "main": "index.js", |
| 8 | + "main": "lib", |
9 | 9 | "dependencies": {
|
10 |
| - "glob": "^7.1.6", |
| 10 | + "glob": "^7.2.0", |
11 | 11 | "ignore-walk": "^4.0.1",
|
12 |
| - "npm-bundled": "^1.1.1", |
| 12 | + "npm-bundled": "^1.1.2", |
13 | 13 | "npm-normalize-package-bin": "^1.0.1"
|
14 | 14 | },
|
15 |
| - "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", |
| 15 | + "author": "GitHub Inc.", |
16 | 16 | "license": "ISC",
|
17 | 17 | "files": [
|
18 |
| - "bin/index.js", |
19 |
| - "index.js" |
| 18 | + "bin", |
| 19 | + "lib" |
20 | 20 | ],
|
21 | 21 | "devDependencies": {
|
22 |
| - "@npmcli/lint": "^1.0.2", |
| 22 | + "@npmcli/template-oss": "^2.9.2", |
23 | 23 | "mutate-fs": "^2.1.1",
|
24 |
| - "tap": "^15.0.6" |
| 24 | + "tap": "^15.1.6" |
25 | 25 | },
|
26 | 26 | "scripts": {
|
27 | 27 | "test": "tap",
|
28 |
| - "posttest": "npm run lint --", |
| 28 | + "posttest": "npm run lint", |
29 | 29 | "snap": "tap",
|
30 | 30 | "postsnap": "npm run lintfix --",
|
31 | 31 | "preversion": "npm test",
|
32 | 32 | "postversion": "npm publish",
|
33 | 33 | "prepublishOnly": "git push origin --follow-tags",
|
34 | 34 | "eslint": "eslint",
|
35 |
| - "lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*js\"", |
| 35 | + "lint": "eslint '**/*.js'", |
36 | 36 | "lintfix": "npm run lint -- --fix",
|
37 |
| - "npmclilint": "npmcli-lint" |
| 37 | + "npmclilint": "npmcli-lint", |
| 38 | + "postlint": "npm-template-check", |
| 39 | + "template-copy": "npm-template-copy --force" |
38 | 40 | },
|
39 | 41 | "repository": {
|
40 | 42 | "type": "git",
|
|
54 | 56 | "npm-packlist": "bin/index.js"
|
55 | 57 | },
|
56 | 58 | "engines": {
|
57 |
| - "node": ">=10" |
| 59 | + "node": "^12.13.0 || ^14.15.0 || >=16" |
| 60 | + }, |
| 61 | + "templateOSS": { |
| 62 | + "version": "2.9.2" |
58 | 63 | }
|
59 | 64 | }
|
0 commit comments