-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 964 Bytes
/
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
{
"name": "actvation-condition-generator",
"version": "1.0.8",
"description": "Activation Condition Generator for Two Rounds Application Service",
"keywords": [
"js",
"condition",
"expression"
],
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TWO-ROUNDS/actvation-condition-generator.git"
},
"contributors": [
"Mango-Juice <[email protected]> (https://mango-juice.oopy.io)",
"CaChiJ <[email protected]> (https://github.com/CaChiJ)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/TWO-ROUNDS/actvation-condition-generator/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/TWO-ROUNDS/actvation-condition-generator#readme",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@types/jest": "^29.2.3",
"jest": "^29.3.1"
}
}