-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 935 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
{
"name": "@git-emoji/dataset-js",
"description": "Emoji data and contextual emoji data",
"author": "git-emoji",
"version": "0.0.10",
"repository": {
"type": "git",
"url": "git+https://github.com/git-emoji/dataset-js.git"
},
"main": "out/index.js",
"keywords": [
"dataset",
"emoji",
"git",
"git-emoji"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/git-emoji/dataset-js/issues"
},
"homepage": "https://github.com/git-emoji/dataset-js#readme",
"scripts": {
"build": "tsc",
"test": "npm run build && node node_modules/mocha/bin/mocha.js --ui tdd out/test/**.test.js"
},
"devDependencies": {
"@types/assert": "^1.5.6",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.18",
"assert": "^2.0.0",
"mocha": "^10.0.0",
"typescript": "^4.7.4"
}
}