-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.1 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": "@nasriya/postbuild",
"version": "1.1.5",
"description": "A package that does some tasks after compilation",
"main": "main.js",
"type": "module",
"bin": {
"postbuild-init": "./bin/init.js",
"postbuild": "./bin/run.js"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nasriyasoftware/PostBuild.git"
},
"maintainers": [
{
"name": "Ahmad Nasriya",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/ahmadnasriya/"
}
],
"keywords": [
"TypeScript",
"TSC",
"Babel",
"NodeJS",
"CommonJS",
"ESM",
"EcmaScript"
],
"author": "Nasriya Software, LLC.",
"license": "Nasriya License",
"bugs": {
"url": "https://github.com/nasriyasoftware/PostBuild/issues"
},
"homepage": "https://github.com/nasriyasoftware/PostBuild#readme",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^22.1.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.4"
},
"funding": {
"type": "individual",
"url": "https://fund.nasriya.net/"
}
}