-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 859 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 859 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
{
"name": "sid_hymnal",
"version": "1.0.14",
"description": "Official SID SDA Hymnal App",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"dev-device": "flutter run --enable-software-rendering",
"test": "./node_modules/.bin/jasmine",
"build-android": "flutter build appbundle --release",
"build-ios": "flutter build ios --release && open ./ios/Runner.xcworkspace",
"emulator4": "flutter emulators --launch 4.65"
},
"author": "SID Tech Team",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/sidadventist/sid_hymnal.git"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jasmine": "^4.1.0",
"jasmine": "^3.5.0",
"jasmine-core": "^3.5.0",
"yaml": "^1.7.2"
}
}