-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "create-ndxbn",
"version": "1.2.7",
"description": "`npm init ndxbn` command",
"main": "lib/index.js",
"bin": "lib/cli.js",
"scripts": {
"prepare": "tsc -p .",
"test": "node --version"
},
"dependencies": {
"mustache": "^4.2.0"
},
"devDependencies": {
"@ndxbn/tsconfig": "0.0.23",
"@types/mustache": "4.2.5",
"@types/node": "22.8.4",
"typescript": "5.6.3"
},
"keywords": [],
"license": "MIT",
"//Links": "",
"homepage": "https://github.com/ndxbn/ndxbn/tree/master/packages/global/create-ndxbn",
"bugs": {
"url": "https://github.com/ndxbn/ndxbn/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ndxbn/ndxbn.git"
},
"author": "ndxbn <[email protected]> (https://www.ndxbn.tokyo)",
"contributors": [],
"//Jest": "",
"jest": {
"transform": {
"\\.tsx?$": "ts-jest"
},
"roots": [
"<rootDir>/src/"
],
"collectCoverage": true,
"coveragePathIgnorePatterns": [
"/node_modules/",
"index.js",
"index.ts"
],
"testEnvironment": "node"
},
"gitHead": "f0e9b05984093a6025d40517d2c6872e34899b95"
}