UNPKG

1.11 kBJSONView Raw
1{
2 "name": "java-properties",
3 "description": "Reads and interpolates Java .properties files",
4 "version": "1.0.2",
5 "license": "MIT",
6 "files": [
7 "dist-*/",
8 "bin/"
9 ],
10 "esnext": "dist-src/index.js",
11 "main": "dist-node/index.js",
12 "types": "dist-types/index.d.ts",
13 "pika": true,
14 "sideEffects": false,
15 "keywords": [
16 "java",
17 "properties"
18 ],
19 "homepage": "http://github.com/mattdsteele/java-properties",
20 "bugs": {
21 "url": "https://github.com/mattdsteele/java-properties/issues"
22 },
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/mattdsteele/java-properties.git"
26 },
27 "dependencies": {},
28 "devDependencies": {
29 "@pika/pack": "^0.3.7",
30 "@pika/plugin-build-node": "^0.4.0",
31 "@pika/plugin-build-types": "^0.4.0",
32 "@pika/plugin-standard-pkg": "^0.4.0",
33 "@pika/plugin-ts-standard-pkg": "^0.4.0",
34 "@types/chai": "^4.1.7",
35 "@types/mocha": "^5.2.7",
36 "@types/node": "^11.13.17",
37 "chai": "^4.2.0",
38 "mocha": "^6.1.4",
39 "ts-node": "^8.3.0",
40 "typescript": "^3.5.3"
41 },
42 "engines": {
43 "node": ">= 0.6.0"
44 }
45}