forked from banistr/frominto_fi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 791 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 791 Bytes
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": "frominto",
"version": "2.0.0",
"description": "Generate from/in/to/via conjugations of Finnish places",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "npm run build",
"prepublishOnly": "npm test",
"build": "tsc",
"test": "mocha -r ts-node/register test/**.ts"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.6",
"mocha": "^9.1.3",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
},
"author": {
"name": "Petja Touru",
"url": "https://petja.me"
},
"contributors": [
"Antti Kosonen <antti.kosonen@futurice.com> (http://spiceprogram.org)"
],
"keywords": [
"finnish",
"finnish language",
"conjugations",
"finland"
],
"license": "MIT"
}